Matrices
Matrices are used in many forms of science, from maths to physics. They are arrays of values used for things such as manipulating 3D...
Matrices are used in many forms of science, from maths to physics. They are arrays of values used for things such as manipulating 3D...
Today we learned about the Greatest Common Divisors and Lowest Common Multiples. GCDs are the Greatest Common Divisors. This means they...
Today we learned about hexadecimals and how they are used. Hexadecimals are what people would most commonly recognise as the 'hexes' of...
Binary is a system which simplifies numbers down to ones and zeros. This systems in used for computers or organizing a vast array of...
We learned about vectors, and how they are calculated. Vectors have magnitude and direction, which determine what angle it is at and the...
Translating degrees to radians is important in programming and coding. We learned how to turn one from the other with some very simple...
The cosine rule is a formula to work out the side or an angle on a triangle. Usually you will be provided with two sides and an angle to...
The sine rule is a way of calculating the length or angle on a triangle. The main principle is that everything should be equal. the...
We learned about the different parts of Trigonometry today. There are three formulae for working out the missing length/angle of a...
Algebra is a way of measuring groups loosely. For example, 3f is three lots of the group 'f'. f is a group that has no specified number...
Averages are mathematical systems used to find the literal averages of a group of numbers. It is used to calculate the direct centre of...
We learned about the different groups of numbers, and the systems they work in. It was very confusing and complicated, however, as it...
Today, we made a Pythagorean calculator on Jupyter. We made it by first understanding the logic behind the theorem. The theory is that ...