Problem 43158. Solve system of equation!
Given provided system of equation, and find x and y.
System of equation can be expressed as each term's coefficient. For example,
2*x+1*y=3 1*x+1*y=2
can be
[2 1 3; 1 1 2]
Make function that use above matrix as a input to find solution x and y.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers63
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2810 Solvers
-
Omit columns averages from a matrix
617 Solvers
-
17961 Solvers
-
Find the index of n in magic(n)
268 Solvers
-
289 Solvers
More from this Author27
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!