top of page

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...

GCD and LCM

Today we learned about the Greatest Common Divisors and Lowest Common Multiples. GCDs are the Greatest Common Divisors. This means they...

Hexadecimals

Today we learned about hexadecimals and how they are used. Hexadecimals are what people would most commonly recognise as the 'hexes' of...

Binary and decimal

Binary is a system which simplifies numbers down to ones and zeros. This systems in used for computers or organizing a vast array of...

Vectors

We learned about vectors, and how they are calculated. Vectors have magnitude and direction, which determine what angle it is at and the...

Radians and Degrees

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

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

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...

Trigonometric ratios

We learned about the different parts of Trigonometry today. There are three formulae for working out the missing length/angle of a...

Algebra basics

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

Averages are mathematical systems used to find the literal averages of a group of numbers. It is used to calculate the direct centre of...

Numerical Systems

We learned about the different groups of numbers, and the systems they work in. It was very confusing and complicated, however, as it...

Pythagorean calculator

Today, we made a Pythagorean calculator on Jupyter. We made it by first understanding the logic behind the theorem. The theory is that ...

bottom of page