mirror of
https://github.com/mfillpot/mathomatic.git
synced 2026-01-09 04:59:37 +00:00
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
clear all
|
|
a = (x+1/2^.5)^3
|
|
a = (b+((c+1)^0.5))^3
|
|
a = b*c*x*((((x^2)*c)+(b^4))^3)*(x+c)
|
|
a = (((b^2)+x)^3)*((1/x)+x)*b
|
|
a = b*(((1/b)+(1/c))^3)
|
|
a = (b^2)*(((1/b)+(1/c))^3)
|
|
a = (b^2)*((b-c)^3)
|
|
simplify all
|