I can not solve a simple equation solve(sin(x)==1,x)

1 visualizzazione (ultimi 30 giorni)
syms x
solve(sin(x)==1,x)
ans =
Empty sym: 0-by-1
why?
  2 Commenti
Walter Roberson
Walter Roberson il 6 Nov 2016
Which MATLAB release are you using? For me in R2016b it responds with pi/2
Lingzi Wang
Lingzi Wang il 7 Nov 2016
Thanks. It runs Ok now, after I restart it.

Accedi per commentare.

Risposte (2)

Steven Lord
Steven Lord il 6 Nov 2016
Make sure you haven't created your own sin.m file.
which -all sin

Robert
Robert il 6 Nov 2016
I am on 2016b i also received pi/2

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by