Computer Fundamentals And Programming Simulations
A collection of interactive 3D visualizations and simulations to help you master concepts in computer fundamentals and programming.
Numerical Methods - Theory & Concepts
An introduction to numerical methods for solving engineering problems: root finding, linear systems, integration, ODEs, and error analysis.
Bisection Method
Finding the root of f(x) = x³ - x - 2 = 0
Software Applications in Engineering - Theory & Concepts
An overview of essential software tools for civil engineers and architects: spreadsheets (Excel), MATLAB, CAD/BIM, and the Software Development Life Cycle (SDLC).
Spreadsheet Logic Simulator
Try modifying the values in B2 or B3. The cell B4 automatically updates based on the formula `=B2 * B3`. This reactive calculation engine is why spreadsheets are essential for engineering design trials.
Cybersecurity Basics - Theory & Concepts
An introduction to the fundamentals of cybersecurity, the CIA Triad, cryptography, hashing, and common web vulnerabilities (OWASP).