Two equations with two unknowns
Mostrar comentarios más antiguos
I want to solve two equation with two unknowns , but included gamma function which solve order is not solve this type of equations.
1 comentario
bym
el 24 de Nov. de 2012
I do not understand your question, please elaborate or provide an example
Respuestas (1)
Matt J
el 24 de Nov. de 2012
0 votos
The question is unclear, but it sounds like the equations to be solved are nonlinear. Therefore, you can try SOLVE if you have Symbolic Toolbox or FSOLVE if you have the Optimization Toolbox. Failing those, you could try using FMINSEARCH to implement a least squares solution.
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!