Does someone know a FriCAS function that returnss a from w?
If possible it should also work over Expression(X) in particular when complex numbers are involved.

Of course, I could program something, but maybe it's already there and I am just not able to find it.

Thank you
Ralf


(233) -> a := 1+sqrt(2)

           +-+
   (233)  \|2  + 1
                                        Type: AlgebraicNumber
(234) -> h := a^2

             +-+
   (234)  2 \|2  + 3
                                        Type: AlgebraicNumber
(235) -> w := sqrt h

           +----------+
           |   +-+
   (235)  \|2 \|2  + 3
                                        Type: AlgebraicNumber

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/35850a51-1fac-cb76-fcfe-25ef02197920%40hemmecke.org.

Reply via email to