You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ The package can then be loaded by calling
20
20
21
21
The Compound Matrix Method is a package for finding eigenvalues of boundary-value ordinary differential equations.
22
22
23
+
This includes problems with a single interface, decaying conditions at one or both ends, in an upto 10th order differential system.
24
+
23
25
First we need to transform the boundary-value problem (BVP) into a set of first order matrix equations. The function ToMatrixSystem will do this, linearising the equations if necessary (with a warning if it does).
@@ -47,13 +49,12 @@ A number of further examples are shown in the file `CMMExamples.nb`, available f
47
49
48
50
I used this method to solve an eigenvalue problem in <a href=https://doi.org//10.1093/imamat/hxq026>my 2010 paper </a>, and the package itself in both <a href=https://link.springer.com/article/10.1007/s11538-018-0505-4>a tenth-order ODE </a> as well as <a href=https://journals.aps.org/pre/abstract/10.1103/PhysRevE.98.033003>an example with an interface</a>.
49
51
50
-
I'm currently working on an expository paper to detail how the method works and introduce the package.
52
+
I have a half-written expository paper (expansion of the <a href=http://www.maths.gla.ac.uk/~xl/FYB-background.pdf>note</a> written by Professor Yibin Fu) to give more details on how the method works and introduce the package, please email me for a copy of that.
51
53
52
54
## Contact
53
55
54
-
Feel free to contact me if you have any questions, suggestions or issues, I'm also interested in collaborations involving this work.
55
-
My email address is simon (dot) pearce (at) manchester (dot) ac (dot) uk.
56
+
Feel free to contact me if you have any questions, suggestions or issues, I'm also interested in collaborations involving this work, but please note my time is severely limited as I am no longer active in this field. My email address is simon (dot) pearce (at) cruk (dot) manchester (dot) ac (dot) uk.
56
57
57
58
## Funding Acknowledgement
58
59
59
-
This code was initially written while I held an Early Career Fellowship from the <a href=https://www.leverhulme.ac.uk>Leverhulme Trust</a>. I'm now based at the Cancer Research UK Manchester Institute, part of the University of Manchester, UK.
60
+
This code was initially written while I held an Early Career Fellowship from the <a href=https://www.leverhulme.ac.uk>Leverhulme Trust</a>. I'm now based at the Cancer Research UK Manchester Institute, part of the University of Manchester, UK, and work on bioinformatics.
0 commit comments