Bryn Humberstone
Bryn Humberstone
  • 16
  • 89 527
GM Exam 2 issue in 2023 (financial maths rounding)
This video explains an issue with the Victorian GM34 Exam 2 in 2023 (question 7). Using a recurrence relation to fully repay a loan is generally not going to work unless you only have a few iterations remaining, due to the constraint that a regular payment can be at most two decimal places.
Переглядів: 705

Відео

Programming a simulation on the TI-nspire calculator
Переглядів 404Рік тому
Programming a simulation on the TI-nspire calculator
Simulating Dice Rolls in Python
Переглядів 146Рік тому
This video shows the basics of writing and running a simulation in Python. It demonstrates coding using the replit.com online Python environment, although the same code could be used in other Python settings (e.g. if Python is installed on someone's computer).
Crashing in Activity Networks
Переглядів 7 тис.2 роки тому
Deciding which activities should be used to reduce the overall minimum completion time of a project.
Finding the transformation from one rule to another
Переглядів 1342 роки тому
Given two rules like y = x² and y = -(x 4)² 2, find the transformation that maps one to the other and then sketch the result.
Activity Networks - Finding the EST, LST and Critical Path
Переглядів 17 тис.3 роки тому
Activity Networks - Finding the EST, LST and Critical Path
Dijkstra's Algorithm (finding shortest path)
Переглядів 7 тис.3 роки тому
Finding the shortest path in a graph/network using Dijkstra's algorithm
Finding maximum flow through a network
Переглядів 35 тис.4 роки тому
This is an alternative to the minimum cut/maximum flow theorem to find the maximum flow through a network. It seems more intuitive and less error-prone than trying to list all cuts and find the capacity of each one.
Dice rolling simulation in Scratch
Переглядів 8 тис.5 років тому
Video tutorial showing how to make a program in Scratch that simulates rolling two dice and counting how many times their sum is 8.
Transforming Graphs in Maths Methods
Переглядів 3445 років тому
This video shows how to take a rule and a transformation and come up with the rule of the image. In the interests of brevity, it only shows how to do it with translations, but the same method can be adapted to other transformations.
Introduction to Linear Programming
Переглядів 8 тис.8 років тому
A simple introduction to linear programming in under 10 minutes, designed to be suitable for high school students. It includes the "corner point method" and the "sliding line method". The feasible region is the region that is shaded (no mention is made in the video of alternative conventions.)
Dice rolling simulation in Tickle
Переглядів 6 тис.9 років тому
Tutorial introducing programming in Tickle for the iPad, showing how to program a simulation that rolls two dice and counts how many times the sum is 8.
Fitting linear rules
Переглядів 1039 років тому
Given two points, find the rule of a straight line that passes through them both.
Solving trigonometric equations
Переглядів 16210 років тому
Consideration of the unit circle and symmetry to solve trigonometric equations
Sketching sin and cos graphs (from the unit circle)
Переглядів 19110 років тому
Based on the Unit Circle, shows how the graphs of sin and cos work.
Trigonometry in the Unit Circle
Переглядів 20310 років тому
Trigonometry in the Unit Circle