This program reads an integer and returns its equivalent in letters. Exm: If I entered 3465, the program returns “three…
Read More »Math
Is solved using the following numerical method algorithms, coded in C++ language: Bisection False position Secant method Newton-Raphson Fixed point…
Read More »An ordinary differential equation – ODE, is solved using the following numerical method algorithms, coded in C++ language: Euler Modified…
Read More »Is solved using the following numerical method algorithms, coded in C++ language: Trapezoidal Rule Simpson’s Rule Developed by: JOSE LUIS…
Read More »A system of equations is solved using the following algorithms in numerical methods, coded in C++ language: Gauss method –…
Read More »Calculates all real and complex roots of a polynomial of degree n The algorithm is simple: just find any root…
Read More »A program that encrypts an ACSII text document, using the Gaussian function Pi(x) and the function Primo(n). Where: Pi(x) is…
Read More »How can N queens be distributed on an N*N board without attacking each other? This program shows all the possible…
Read More »







