티스토리 뷰

Maxima

Simplify

skyground21 2023. 6. 30. 17:02

Simplify

 

Simplify
Simplify

Simplify Expression : ratsimp()

 

ratsimp = rational simplification

ratsimp
ratsimp()

 

Simplify Radicals : radcan()

radcan()
radcan()

 

 

Factor Expression : factor()

factor()
factor()

Factor Complex : gfactor()

gfactor()
gfactor()

 

Expand Expression : expand()

expand()
expand()

 

Contract Logarithms : logcontract()

Factorials and Gamma

Factorial Gamma
Factorial Gamma

Convert to factorials : makefact()

Convert to Gamma : makegamma()

Simplify Factorials : minfactorial()

Combine Factorials : factcomb()

 

 

Trigonometric Simplification

Trigonometric Simplification
Trigonometric Simplification

Simplify Trigonometric : trigsimp()

Reduce Trigonometric : trigreduce()

Expand Trigonometric : trigexpand()

Canonical Form : trigrat()

 

 

Complex Simplification

Complex Simplification
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...

substitute
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

Algebraic Mode

Add Algebraic Equality...

Tellrat
Simplify.wxmx
0.02MB

반응형
LIST

'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