Matrix issue! Help needed =)

KgBrother

New member
Joined
Oct 12, 2020
Messages
7
I put 2 photos of me using a Linear Solver using a Matrix method.

The problem is I dont know how to find a calculator(or calculate myself) how to make it so the constant(100 in the photos) is also added by x1 for the first row and x2 for the second row).

Basically, I want the first row to equal 100+x1 and the second row to equal 100+x2.

How can I find out what x1 and x2 are? or if you guys know a calculator where I can write the equation out so it outputs it easily?

a1=1.6
a2=2.3
B=100

a1x1+a2x2=B+x1 Whats x1?
a1x1+a2x2=B+x2 Whats x2?
 

Attachments

  • Screenshot_20201027-232605_Chrome.jpg
    Screenshot_20201027-232605_Chrome.jpg
    501.6 KB · Views: 4
  • Screenshot_20201027-232601_Chrome.jpg
    Screenshot_20201027-232601_Chrome.jpg
    384.9 KB · Views: 4
Last edited:
It would be great if that made any sense at all.

Why isn't

a1x1+a2x2=B+x1

The same as

(a1 - 1)x1+a2x2=B
 
I put 2 photos of me using a Linear Solver using a Matrix method.

The problem is I dont know how to find a calculator(or calculate myself) how to make it so the constant(100 in the photos) is also added by x1 for the first row and x2 for the second row).

Basically, I want the first row to equal 100+x1 and the second row to equal 100+x2.

How can I find out what x1 and x2 are? or if you guys know a calculator where I can write the equation out so it outputs it easily?

a1=1.6
a2=2.3
B=100

a1x1+a2x2=B+x1 Whats x1?
a1x1+a2x2=B+x2 Whats x2?
Please show us what you have tried and exactly where you are stuck.

Please follow the rules of posting in this forum, as enunciated at:


Please share your work/thoughts about this problem.
 
Top