Intersecting curves. Simultaneous Equations.
Spherical trigonometry
Spherical trigonometry The spherical trigonometry is the branch of spherical geometry which deals with spherical triangles defined by great circles on the sphere. It allows us to calculate the trigonometric functions of the sides and […]
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{ […]
Solved Problems
Solved Problems A stranger asked about his age replied : If I have to reach 100 years, the half of the of the of my age is 12 years more than the of the of […]
Inequalities
Inequalities Inequalities appear to us in many forms. Imagine that we want to express the following sentence in an equation: The total number of cars parked here is at least 50. If this total is […]
