fbpx
  • Clear Filters
  • Select Categories

  • Select Technology

  • Filter by State

  • Filter by Year Level

CP204 Solving Quadratic Equations

Solving the quadratic equation x^2 + 6x + 5 = 0 with the solve command in Main.


CP206 Solving Simultaneous Linear Equations 2

Solve simultaneously the equations 2x – 3y = -1 and x + y = 7 using the 2D simultaneous template in Main.


CP207 Solving Simultaneous Linear Equations 3

Solve simultaneously the equations 2x – 3y = -1 and x + y = 7 using the Solve command in Main.


CP208 Rearranging Equations

How to express a as the subject of the equation t = 2a + 3b in Main.


CP474 Binomial Distribution Calculations

Calculate binomial probabilities in Statistics using the Calc menu and Binomial PD tool.


CP040 Rounding

Rounding to a given number of decimal places or significant figures.


CP760 Transformation Of Objects

Create and reflect a triangle in the line y=-x in Geometry. Also, tips on using other transformations.


CP070 Define CIS

Create your own cis function for making complex number entry simpler.


CP073 Complex Number Basics

Basic complex number entry and calculations, including finding magnitude, argument and conversion between forms.


CP074 Polar to Rectangular Coordinate Conversions

Use the toPol and toRect functions to convert between polar and rectangular coordinates with vectors or complex numbers.