Excellus
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 3939 |
|
|
| 08 Oct 2013 11:57 PM |
slope = 1/2 x1 = 2 y1 = 3 a = slope*(x1)
if y1 < 0 then sol1 = (-(a - y1)) print("your equation is y = " .. slope .. "x +" .. sol1) else sol2 = (a - y1) print("your equation is y = " .. slope .. "x + " .. sol2) end
This would be correct, wouldn't it?
I'm trying to find the point slope equation for given point & slope. |
|
|
| Report Abuse |
|
|
|
| 08 Oct 2013 11:58 PM |
| you're asking the wrong people |
|
|
| Report Abuse |
|
|
|
| 08 Oct 2013 11:58 PM |
just put it in words
not in some scripting mumbo jumbo |
|
|
| Report Abuse |
|
|
Excellus
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 3939 |
|
|
| 08 Oct 2013 11:59 PM |
| Scripting Helpers is ignoring me. |
|
|
| Report Abuse |
|
|
Excellus
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 3939 |
|
|
| 09 Oct 2013 12:00 AM |
I can't put it in words, that'd be:
y - y1 = m(x - x1)
That doesn't work for Lua. |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Oct 2013 12:01 AM |
| Should be correct unless Im missing something |
|
|
| Report Abuse |
|
|
Excellus
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 3939 |
|
|
| 09 Oct 2013 12:02 AM |
| Geometry is hard on roblox.. |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2013 12:05 AM |
Why, exactly, are you trying to make a point-slope form calculator on ROBLOX?
So you can cheat on homework? |
|
|
| Report Abuse |
|
|
Excellus
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 3939 |
|
| |
|
| |
|
|
| 09 Oct 2013 12:08 AM |
| What errors are returning? None? |
|
|
| Report Abuse |
|
|
Excellus
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 3939 |
|
|
| 09 Oct 2013 12:09 AM |
| None are, I'm sort of unsure on the (-(a - y1)) and (a - y1) |
|
|
| Report Abuse |
|
|
Excellus
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 3939 |
|
|
| 09 Oct 2013 12:40 AM |
| bump, if you'd like stuff that does ur homework help me |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Oct 2013 02:25 AM |
I'm sorry I live in the hood I have no clue what you're talking about.
Love my people and my nation |
|
|
| Report Abuse |
|
|