Related to a recent discussion, is there a (simple) way to find whether an
expression contains non exact explicit numbers?

For example:

M1=matrix(1,2,[1,x+2])
M2=matrix(1,2,[1,x+2.])
mytest(M1)
→ True
mytest(M2)
→ False

Guillermo

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CANnG188HmGcf4TG_V1PDiMZ5FpH7B3KRzJZ5Ay_FYaXE-nKjQA%40mail.gmail.com.

Reply via email to