Tagged Questions

4
votes
8answers
226 views

Javascript getElementById acting odd

I'm using a for loop to cycle through some elements with a starting value (seats on a plane). Here it is: seatNum - Number of seats to be cycled through startSeat - seat to begin cycling I'm calling ...
0
votes
1answer
101 views

Javascript Trinomial Problem

Ok, using Javascript (or something I can easily convert, I know BASIC very well, but a little rusty at C++ and C#) I need to solve this problem/equation: Given the start and endpoint of a line (in x, ...
0
votes
1answer
388 views

Plane equation from a line

All right, I need to do two things: I need to determine the equation of a line, with the angle given, from a point in 3D space I need to determine the equation of a plane that is perpendicular to ...