Intersecting curves. Simultaneous Equations.
Angles remarquables
Angles remarquables Nous avons accumulé beaucoup de connaissances sur les fonctions trigonométriques et nous pourrons bientôt utiliser ces connaissances pour trouver la solution aux problèmes trigonométriques. La seule table que nous aurons à apprendre par coeur […]
Limits and Continuity
Theory of Limits Idea of the Limit: A number is the of as approaches , if the number can be made as close to as we choose sufficiently near but not equal to . In […]
Navigation and Trigonometry
Navigation and Trigonometry Each point is identified by a pair of coordinates, the intersection of a meridian and a parallel. The Latitude is the parallel. The Equator is the parallel located at . Moving North, […]
Quadrilaterals
Quadrilaterals Quadrilaterals A quadrilateral is a polygon that has four sides. The line segment sides lie within a single plane. Quadrilaterals with non-coplanar sides are called “SKEW”. PARALLELOGRAM: A parallelogram is a quadrilateral in which […]
Patterns printing using Loops
The following code is part of the pattern printing series:This one will print a series of patterns #include <iostream>using namespace std;int main(){ for (int i{ 1 }; i <= 5; ++i) { for (int j{ […]
Simple Trigo Calculator
The simple Trigo Calculator was designed with the trigonometry functions in mind. The following functions can be calculated in normal mode: sin(x), cos(x), tan(x), sinh(x), cosh(x), tanh(x). In SHIFT mode we get the inverse functions: […]
