Rahul Gauriyar
Followers: 0 Following: 0
Feeds
提问
When i am executing this code for individual elements of 'i', then there is no error but when I use a loop to iterate through same values of 'i', then "symengine" error occurs. Also "Error in sym/taylor". please help
syms E I L P x; Saa = x*(x*cos(x) - sin(x))/(x*sin(x) + 2*cos(x) - 2); Sab = x*(sin(x) - x)/(x*sin(x) + 2*cos(x) - 2); for i ...
4 years 前 | 1 个回答 | 0