티스토리 뷰
Simplify
Simplify Expression : ratsimp()
ratsimp = rational simplification
Simplify Radicals : radcan()
Factor Expression : factor()
Factor Complex : gfactor()
Expand Expression : expand()
Contract Logarithms : logcontract()
Factorials and Gamma
Convert to factorials : makefact()
Convert to Gamma : makegamma()
Simplify Factorials : minfactorial()
Combine Factorials : factcomb()
Trigonometric Simplification
Simplify Trigonometric : trigsimp()
Reduce Trigonometric : trigreduce()
Expand Trigonometric : trigexpand()
Canonical Form : trigrat()
Complex Simplification
Convert to Rectform : rectform()
Convert to Polarform : polarform()
Get Real Part : realpart()
Get Imaginary Part : imagpart()
Demoivre : demoivre() - same as rectform
Exponentialize : exponentialize()
Substitute...
Expression : (x^3+y^3)/(2*x*y)
Old value : x
New value : 2.5
subst(2.5, x, (x^3+y^3)/(2*x*y))
subst(x=2.5, (x^3+y^3)/(2*x*y))
subst([x=2,y=3],x^3-y^3+z)
Evaluate Noun Forms
Algebraic Mode
Add Algebraic Equality...
'Maxima' 카테고리의 다른 글
Error Messages (0) | 2023.07.03 |
---|---|
To fold or unfold (0) | 2023.07.03 |
% will be automatically inserted before the operator (0) | 2023.06.30 |
floating-point numbers (0) | 2023.06.29 |
File (0) | 2023.06.29 |