login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

fricas
myExpr := (1-e^x)^2 - (e^(2*x)- 2*e^x + 1)

\label{eq1}-{{e}^{2 \  x}}+{{{e}^{x}}^{2}}(1)
Type: Expression(Integer)

fricas
dumbRule := rule e^(a*b) == e^(b*a)

\label{eq2}= = \left({{{e}^{a \  b}}, \:{{e}^{a \  b}}}\right)(2)
Type: RewriteRule?(Integer,Integer,Expression(Integer))
fricas
dumbRule myExpr

\label{eq3}0(3)
Type: Expression(Integer)

fricas
simplify((1-e^x)^2 - (e^(2*x)- 2*e^x + 1))

\label{eq4}0(4)
Type: Expression(Integer)
fricas
simplify((1-%e^x)^2 - (%e^(2*x)- 2*%e^x + 1))

\label{eq5}0(5)
Type: Expression(Integer)

looks funny in LaTeX but is ok --Bill Page, Wed, 03 Feb 2010 07:53:37 -0800 reply
fricas
)set output algebra on
 
fricas
)set output tex off

fricas
(1-e^x)^2 - (e^(2*x)- 2*e^x + 1)
2 x x 2 (6) - e + (e )
Type: Expression(Integer)
fricas
unparse(%::InputForm)
(7) "(-1)*e^(2*x)+(e^x)^2"
Type: String

fricas
)set output algebra off
 
fricas
)set output tex on




  Subject: (replying)   Be Bold !!
  ( 14 subscribers )  
Please rate this page: