Python Forum
Linear Equations Homework
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linear Equations Homework
#2
in y = x + 1 y is dependent variable and x is independent variable. In z = 2a + 5 z is dependent and a - independent variable. They use different notation to avoid confusion. It is same to write the second one as z = 2x + 5
so, it is simple math substitution:

y(x) = x +1 (1)
y(z) = z+1 (2)
z = 2x + 5 (3)
substitute (3) in (2)
y = (2x + 5) + 1 (4)
y = 2x + 6 (5)

In more general form
y = ax+b
z = cx+d
y(z) = a(cx+d) + b
y(z) = acx + ad + b

in your particular example a=b=1, c=2 and d=5
that is why
y(z) = 1*2*x + 1*5 + 1
y(z) = 2x + 6
Reply


Messages In This Thread
Linear Equations Homework - by ngr33n - Oct-26-2017, 02:25 AM
RE: Linear Equations Homework - by buran - Oct-26-2017, 08:19 AM
RE: Linear Equations Homework - by ngr33n - Oct-26-2017, 11:17 PM
RE: Linear Equations Homework - by buran - Oct-27-2017, 07:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  solve linear system of r equations amalalaoui 0 1,517 Feb-20-2020, 03:33 PM
Last Post: amalalaoui

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020