Intersecting curves. Simultaneous Equations.
Right Spherical Triangle
Right Spherical Triangle Case of the Right spherical triangle: Right at . If the triangle has more than one interior angle with a value of , it is said to be oblique. The Napier’s Circle: […]
Challenge 1 Spring of 2017
Promoting the study of Geometry Joining forces with institut-delbol.com, mouctar.org is publishing the first challenge. This challenge has two sections and points are calculated based on the level of difficulty for each section and question. Prize is […]
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{ […]
Solving trigonometric equations
Solving trigonometric equations Angle of elevation: In most trigonometric problems, you’ll see the word “Angle of elevation”. The angle of elevation of an object is the angle formed by the horizontal and the line from […]
