Solve expression (1+sin(x))/cos(x)+cos(x)/(1+sin(x)) for given vector x.
In the test suite, the correct answer should be (1+sin(x))./cos(x)+cos(x) ./ (1+sin(x)) % note the dot-slash in the second term
Well, at least if we assume that it was meant to be consistent with the problem statement :)
Note that this problem uses the word solve when it needs to say EVALUATE.
I support John D'Errico's comment: equations can be solved, but expressions cannot.
Also, it is pointless having the solution method exposed in the Test Suite. See further discussion at Problem 44617 &c.
The Hitchhiker's Guide to MATLAB
2694 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
612 Solvers
79 Solvers
79 Solvers