Problem 1155. Find the solution of algebraic equation
Solution Stats
Problem Comments
-
6 Comments
why it showing the error
"Error: Could not check out Symbolic Math Toolbox license."
Solution set note: i' is -i. More explicit method would be ; usage or rot90. There is another way, which I don't recall to transpose an imaginary array without creating complex conjugates.
i.'
The author should make some change: either the spec or the test cases are flawed, the order of the solution should not matter.
i' = -i
i.' = -i
.' is transpose
' is transpose and then complex conjugate
Test suite has modified to correct ambiguities.
Solution Comments
Show commentsProblem Recent Solvers56
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3035 Solvers
-
Increment a number, given its digits
673 Solvers
-
Back to basics 12 - Input Arguments
612 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
547 Solvers
-
find the roots of a quadratic equation
234 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!