Embed presentation


This document provides instructions for creating a template function in a TI-Nspire calculator to find the solutions of a quadratic equation. The function is named "c61b711QUA" and takes in coefficients A, B, and C that are entered within the QuadForm function. It uses the quadratic formula to define the function that returns the solutions by taking the square root of B^2 - 4AC divided by 2A. An example is provided to test the function by inputting coefficients 1, 5, and 3.
