DORSETRIGS
Home

numerical-methods (13 post)


posts by category not found!

Optimizing System of Two Non Linear Equations

Optimizing Systems of Two Non Linear Equations When it comes to solving complex mathematical problems one challenging aspect can be optimizing a system of two n

2 min read 29-09-2024 53
Optimizing System of Two Non Linear Equations
Optimizing System of Two Non Linear Equations

Runge-Kutta Behaving Strangely When Initial Value Is Negative

Understanding the Runge Kutta Method and Its Anomalies with Negative Initial Values The Runge Kutta method is a popular technique for solving ordinary different

2 min read 19-09-2024 50
Runge-Kutta Behaving Strangely When Initial Value Is Negative
Runge-Kutta Behaving Strangely When Initial Value Is Negative

Problems with a simple numerical integration in Python

Problems with Simple Numerical Integration in Python Numerical integration is a fundamental technique used in mathematics to approximate the value of an integra

2 min read 19-09-2024 40
Problems with a simple numerical integration in Python
Problems with a simple numerical integration in Python

Use matlab to do a matrix optimization problem using fmincon

Matrix Optimization in MATLAB Using fmincon Optimization problems frequently arise in various fields such as engineering finance and machine learning MATLAB a p

3 min read 18-09-2024 47
Use matlab to do a matrix optimization problem using fmincon
Use matlab to do a matrix optimization problem using fmincon

How to do a matrix optimization by matlab?

How to Perform Matrix Optimization in MATLAB Matrix optimization is a powerful technique used in various fields including engineering finance and data science W

2 min read 17-09-2024 50
How to do a matrix optimization by matlab?
How to do a matrix optimization by matlab?

What is going on behind this numerical integration?

Understanding Numerical Integration What Happens Behind the Scenes Numerical integration is a powerful technique used to estimate the value of definite integral

3 min read 16-09-2024 52
What is going on behind this numerical integration?
What is going on behind this numerical integration?

Creating a short, d-dense list of points on the sphere S^4 in Python

Creating a Short Dense List of Points on the Sphere S in Python In computational mathematics and geometry representing points on a sphere can have various appli

2 min read 15-09-2024 92
Creating a short, d-dense list of points on the sphere S^4 in Python
Creating a short, d-dense list of points on the sphere S^4 in Python

RK4 acoustic wave equation

Understanding the RK 4 Acoustic Wave Equation A Comprehensive Guide The acoustic wave equation is a fundamental concept in physics and engineering that describe

4 min read 15-09-2024 47
RK4 acoustic wave equation
RK4 acoustic wave equation

CFD Navier-Stokes Equation in Julia

Understanding the CFD Navier Stokes Equation in Julia Computational Fluid Dynamics CFD plays a pivotal role in simulating fluid flow and analyzing various physi

3 min read 14-09-2024 52
CFD Navier-Stokes Equation in Julia
CFD Navier-Stokes Equation in Julia

How to find the intersection point of a 3D curve and a 3D surface?

Finding the Intersection of a 3 D Curve and Surface A Practical Guide Finding the intersection point of a 3 D curve and surface is a common problem in various f

2 min read 06-09-2024 56
How to find the intersection point of a 3D curve and a 3D surface?
How to find the intersection point of a 3D curve and a 3D surface?

Implementing domain decomposition algos as solvers vs preconditioners

Domain Decomposition Solvers vs Preconditioners A Deep Dive Domain decomposition DD methods are powerful tools for solving large scale linear systems arising fr

3 min read 03-09-2024 53
Implementing domain decomposition algos as solvers vs preconditioners
Implementing domain decomposition algos as solvers vs preconditioners

Optimize this Python code that involves matrix inversion

Optimizing Matrix Inversion in Python Leveraging Symmetry for Speed In scientific computing matrix operations are fundamental and their efficiency can significa

2 min read 01-09-2024 66
Optimize this Python code that involves matrix inversion
Optimize this Python code that involves matrix inversion

Generate Hopf bifurcation diagram for 3D system in Matlab

Unveiling Hidden Dynamics Generating Hopf Bifurcation Diagrams in MATLAB Understanding the behavior of complex systems often involves identifying critical point

5 min read 30-08-2024 61
Generate Hopf bifurcation diagram for 3D system in Matlab
Generate Hopf bifurcation diagram for 3D system in Matlab