Community Profile

photo

Cian Thornberry


Last seen: 5 maanden ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How can I use the solve command in Matlab to find the intersection of two equations?
eqn1 = x^2 + y^2 ==9; eqn2 = 2*x + 3*y == 4; S = solve(eqn2==eqn1)

meer dan 2 jaar ago | 1 answer | 0

1

answer