HOW TO SOLVE AN EQUATION OF THE TYPE a*(sin(x))^.33+sin(2*x)/2=x by matlab programming
Show older comments
HOW TO SOLVE AN EQUATION OF THE TYPE a*(sin(x))^.33+sin(2*x)/2=x by matlab programming..where value of a is precalculated from the given conditions..the equaion should be solved for the value of x....please help ...i am in a project work...
Answers (1)
Walter Roberson
on 6 Mar 2012
0 votes
What do you intend sin(x)^0.33 to mean if sin(x) is negative?
This is not a theoretical question: it affects the solution set.
x^0.33 is not the same as x^(1/3), and is not the same as x^(330/1000)
Categories
Find more on Symbolic Math Toolbox 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!