Problem 446. Solve the set of simultaneous linear equations
Given this pair of simultaneous linear equations:
2x + 3y = 23
3x + 4y = 32
Find the solution set (x,y)
Solution Stats
Problem Comments
-
1 Comment
Duane Hanselman
on 2 May 2012
You only asked to solve the specific problem given, not a general problem, so the answer is x =4 and y=5. Rephrase your question please.
Solution Comments
Show commentsProblem Recent Solvers478
Suggested Problems
-
373 Solvers
-
Create a vector whose elements depend on the previous element
750 Solvers
-
Given a matrix, return the last eigen value
228 Solvers
-
Reverse the elements of an array
1087 Solvers
-
Number of Even Elements in Fibonacci Sequence
1527 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!