Skip to content

Commit cc77586

Browse files
committed
Update README to fix links
1 parent b24bfad commit cc77586

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ equation scripts, a student must be familiar with the concepts of partial deriva
3939
These scripts do not assume knowledge of analytic solutions to ordinary or partial differential equations.
4040

4141
## Details ##
42-
**NavigationOverview.mlx** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=NavigationOverview.mlx)
42+
**Navigation.mlx** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=HelperFunctions/Navigation.mlx)
4343
This script brings together links and short descriptions of the content in the recommended order of use.
4444

4545
## ##
46-
**Interpolation** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=interpolation.mlx)
46+
**Interpolation** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=Interpolation/interpolation.mlx)
4747
This folder includes the interactive example script `interpolation.mlx` that guides students through building
4848
their own data set(s) using `hand.mlx` and writing their own linear interpolation function and piecewise cubic
4949
Hermite interpolation function. The laboratory script `trackStorms.mlx` allows students to apply the scripts
@@ -56,7 +56,7 @@ they have created to interpolate the paths of tropical cyclones from NOAA data.
5656
- Demonstrate multiple solutions to an interpolation problem, even when interpolating by polynomials.
5757

5858
## ##
59-
**Derivatives** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=approximatingDerivatives.mlx)
59+
**Derivatives** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=Derivatives/approximatingDerivatives.mlx)
6060
This folder includes the interactive example script `approximatingDerivatives.mlx` that introduces the
6161
method of Taylor series approximation to create and analyze numerical approximations to derivatives of
6262
different orders.
@@ -69,7 +69,7 @@ different orders.
6969
- Demonstrate how numerical derivatives can magnify approximation errors.
7070

7171
## ##
72-
**Integrals** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=numericalIntegration.mlx)
72+
**Integrals** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=NumericalIntegration/numericalIntegration.mlx)
7373
This folder includes the interactive example script `numericalIntegration.mlx` that guides students
7474
through building functions to compute forward and backward Euler method approximations, a 2-point
7575
Gaussian approximation, and a Simpson's rule approximation. The laboratory script `measureLake.mlx`
@@ -85,7 +85,7 @@ and realizing the complexities of numerically integrating from data.
8585
- Explain why higher-order approximations may not be appropriate in applications.
8686

8787
## ##
88-
**Ordinary Differential Equations** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=diffEqs.mlx)
88+
**Ordinary Differential Equations** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=NumericalODEs/diffEqs.mlx)
8989
This folder includes the interactive example script `diffEqs.mlx` that guides students through
9090
implementing an Euler method solver and a four-step Runge-Kutta method solver, and comparing the
9191
results of their implementations to the built-in solver `ode45`. The laboratory script
@@ -99,7 +99,7 @@ more realistic models of a simple pendulum.
9999
- Implement a four-step Runge-Kutta method.
100100

101101
## ##
102-
**Partial Differential Equations** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=partialDiffEqs.mlx)
102+
**Partial Differential Equations** [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Numerical-Methods-with-Applications&project=NumericalMethods.prj&file=NumericalPDEs/partialDiffEqs.mlx)
103103
This folder includes the interactive example script `partialDiffEqs.mlx` that guides students
104104
through an exploration of explicit, implicit, and mixed methods for numerically solving
105105
first-order ordinary differential equations. The activity script `implementExplicitSolver.mlx`

0 commit comments

Comments
 (0)