Solving Simultaneous Equations Order 3
Posted: Jun 13, 2008
I want to write javascript code to solve simultaneous equations order 3, just for fun. The challenge is to write the smallest code as possible. Check out the code and send to me your smaller code! Read more
Determinant of 3-by-3 matrices
Posted: Jun 7, 2008
The formula of the determinant of 3-by-3 matrices, with the javascript code to calculate the numbers. You'll need this to solve the simultaneous equations order 3 problems. Read more
Solving Simultaneous Equations Order 2
Posted: Jun 6, 2008
Derive the expression for x and y in simultaneous equations order 2. Use the obtained expressions in javascript code and solve all simultaneous equations problems! Read more
Determinant of 2-by-2 matrices
Posted: Jun 5, 2008
The determinant of 2x2 matrix { {a, b}, {c, d} } would be: ad-bc. And the javascript code cannot be less than 1 line! Read more