You're here: Home / Math

Solving Simultaneous Equations Order 3

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

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

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

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