Decimal problem using solve
|
08-28-2018, 08:19 AM
(This post was last modified: 08-28-2018 11:25 AM by Albert Chan.)
Post: #10
|
|||
|
|||
RE: Decimal problem using solve
(08-26-2018 07:22 PM)Albert Chan Wrote: 70*y = x*177.35+(1-x)*1.133 I noticed another trick to solve above, with regression mode of my Casio Above problem look exactly like interpolation within interval 70*y = i1(x) i2(x) = 2779.65 - 61519020*y Let Y = 61519020 i1(x) + 70 i2(x). To satisfy above, Y = 70 * 2779.65 At x=0, Y = 61519020 * 1.133 + 70 * 696.21 At x=1, Y = 61519020 * 177.35 + 70 * 2571.11 Enter these 2 points for linear regression, interpolate for Y = 70 * 2779.65, I get x = -6.41604187e-3 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Decimal problem using solve - vterez - 08-26-2018, 02:57 AM
RE: Decimal problem using solve - Aries - 08-26-2018, 07:27 AM
RE: Decimal problem using solve - vterez - 08-26-2018, 07:48 AM
RE: Decimal problem using solve - DrD - 08-26-2018, 10:02 AM
RE: Decimal problem using solve - vterez - 08-27-2018, 03:14 AM
RE: Decimal problem using solve - Albert Chan - 08-26-2018, 07:22 PM
RE: Decimal problem using solve - vterez - 08-27-2018, 03:27 AM
RE: Decimal problem using solve - Albert Chan - 08-28-2018 08:19 AM
RE: Decimal problem using solve - Albert Chan - 08-27-2018, 04:20 AM
RE: Decimal problem using solve - Tim Wessman - 08-27-2018, 04:55 AM
RE: Decimal problem using solve - vterez - 09-03-2018, 02:34 AM
|
User(s) browsing this thread: 1 Guest(s)