HOW TO SOLVE AN EQUATION OF THE TYPE a*(sin(x))​^.33+sin(2​*x)/2=x by matlab programming

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)

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

Tags

Asked:

on 6 Mar 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!