How to remove error form code.
5 views (last 30 days)
Show older comments
Respected Sir/Maam.
I was trying to solve a Nonlinear System ODE by Differential transform method Pade approximation (DTM-PA). Hear It is error " Error using sym/taylor (line 104)" in File "shah (attached)" and "Undefined function 'padeApproximation' for input arguments of type 'symfun'" in file "Asad (attached)" and some errors, which i am not able to rectify. Can you please help. If any information is required, please feel free to ask.
Thanking you in Advance
you help will be highly apprecialbe.
0 Comments
Answers (1)
Walter Roberson
on 5 Apr 2023
taylor() accepts at most 3 positional parameters. In order to indicate the order of approximation you must use a name/value pair.
8 Comments
Walter Roberson
on 14 Apr 2023
Sorry, I am not willing to learn Differential Transform Method at this time. I am a bit distracted by other things, so ask specific short questions and I might answer, but I am not willing to go through the mathematics of what you are trying to do.
I have shown you how to construct the rational polynomial, and shown you the command needed to match coefficients; you can work from there.
See Also
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
