diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-03-03 15:20:21 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-03-03 15:20:21 +0000 |
commit | a9a72731a9f563344f27cd6a07eed431ec673c51 (patch) | |
tree | a253f388356a208206917a6c538d5c5eb6355e6b | |
parent | a577259f7df8c0578e3e35190eac9c7e84602323 (diff) | |
download | e2-matlab-a9a72731a9f563344f27cd6a07eed431ec673c51.tar.gz e2-matlab-a9a72731a9f563344f27cd6a07eed431ec673c51.tar.bz2 e2-matlab-a9a72731a9f563344f27cd6a07eed431ec673c51.zip |
Add template report file.
-rw-r--r-- | report/report.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/report/report.md b/report/report.md new file mode 100644 index 0000000..acf4982 --- /dev/null +++ b/report/report.md @@ -0,0 +1,27 @@ +% Numerical Analysis +% Vasil Zlatanov +% Imperial College 2017 + +# RL circuit + +## Raltson method +Show the different graphs. + +## Error Analysis +Compare to exact solution. + +# RLC circuit + +## RK 3/8 Method + +Show the graph + +# Finite Differences for PDE + +## Finite difference method + +Show graphs + +## Varying boundary conditions + +Show the graphs |