Go to the first, previous, next, last section, table of contents.


fj_simp.simplify

fj_simp.simplify(arg1)
:: arg1 を簡単化する.
return
多項式, 有理式 または quote
arg1
多項式 または 有理式
load("fj_simplify.rr");
[1434] simplify((x^(1/2))^3);
((x)^(3/2))
[1435] simplify((2^(1/2))^2);
2
[1436] simplify((2+2^(1/2))^3);
14*((2)^(1/2))+20
[1437] simplify(exp(x)*exp(-x+y));
((@e)^(y))
参照
@xref{quote}

ChangeLog


Go to the first, previous, next, last section, table of contents.