Pinned Repositories
algebraic-to-trigonometric-c
A simple C program that converts complex numbers from algebraic form to trigonometric form (WIP - Might be buggy)
complex-trig-multiply-c
A simple terminal-only C program that multiplies 2 complex numbers in trigonometric form.
complex-trig-power-c
A simple terminal-only C program that raises a complex number in trigonometric form to a n-th power.
complex-trig-root-c
A simple terminal-only C program that calculates all the n-roots of a complex number in trigonometric form.
electric-field-2d
C program that calculates electric vector fields or gradients from an input file and writes it to an output file.
electric-potential-2d-multithread
C program that simulates the field of electric potentials from charged particles, using 4 threads.
gravitational-potential-fractal
Program that simulates the 2D fractals created by moving objects attracted by larger, fixed objects.
lorentz-force-unity
A method for simulating the Lorentz Force on charged particles in Unity.
magnetic-induction-2d
A simple C program that calculates magnetic induction vector fields.
standing-waves
A method of simulating the 2-dimensional standing waves phenomena caused by the superposition of an incident and a reflected transversal wave travelling in the same string in opposite directions in Unity.
TheNumber5's Repositories
TheNumber5/standing-waves
A method of simulating the 2-dimensional standing waves phenomena caused by the superposition of an incident and a reflected transversal wave travelling in the same string in opposite directions in Unity.
TheNumber5/electric-field-2d
C program that calculates electric vector fields or gradients from an input file and writes it to an output file.
TheNumber5/gravitational-potential-fractal
Program that simulates the 2D fractals created by moving objects attracted by larger, fixed objects.
TheNumber5/lorentz-force-unity
A method for simulating the Lorentz Force on charged particles in Unity.
TheNumber5/magnetic-induction-2d
A simple C program that calculates magnetic induction vector fields.
TheNumber5/algebraic-to-trigonometric-c
A simple C program that converts complex numbers from algebraic form to trigonometric form (WIP - Might be buggy)
TheNumber5/complex-trig-multiply-c
A simple terminal-only C program that multiplies 2 complex numbers in trigonometric form.
TheNumber5/complex-trig-power-c
A simple terminal-only C program that raises a complex number in trigonometric form to a n-th power.
TheNumber5/complex-trig-root-c
A simple terminal-only C program that calculates all the n-roots of a complex number in trigonometric form.
TheNumber5/electric-potential-2d-multithread
C program that simulates the field of electric potentials from charged particles, using 4 threads.
TheNumber5/huygens-principle-unity
A method of simulating the 2-dimensional Huygens principle in Unity.
TheNumber5/onetimepad-c
C program that quickly encrypts or decrypts any file using the one-time pad encryption.
TheNumber5/rlc-alternating-current-unity
A method of simulating simple RLC circuits using Unity.
TheNumber5/random-walk-3d
A program that simulates a random walk in 3 dimensions.
TheNumber5/trigonometric-power-c
A simple C program that raises a complex number in trigonometric form to a real power.
TheNumber5/trigonometric-to-algebraic-c
A simple C program that converts complex numbers from trigonometric form to algebraic form (WIP - Might be buggy)
TheNumber5/waves-interference
A method for visualizing the interference phenomena caused by 2 elementary wave sources using Unity.
TheNumber5/waves-shader
This is a Unity simple shader that offsets vertices of a 3D model in the y direction according to a composed wave function.