How to use a solver function to solve matrix?

1 view (last 30 days)
zephyr21
zephyr21 on 12 Jun 2016
Commented: zephyr21 on 12 Jun 2016
So I have an equation that goes something like N.*P + S.*P + E.*P + W.*P = Q N S E and W are coefficients, P is pressure changing with time. In terms of [A]*[x]=[b] its supposedly [coefficients]*[Pressure]=[Q]. How would I use a solver to translate the equation into these matrix terms?
  1 Comment
zephyr21
zephyr21 on 12 Jun 2016
Another way to phrase my question, how would I populate the A,x, and b matrices?

Sign in to comment.

Answers (0)

Categories

Find more on Mathematics and Optimization in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!