Skip to content

Commit 5eafeb7

Browse files
committed
readme update
1 parent 2c65068 commit 5eafeb7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# NEP-PACK
22

3-
This package is a first alpha version of methods for nonlinear eigenvalue problems in julia.
3+
A nonlinear eigenvalue problem is the problem to determine a scalar λ and a vector v such that
4+
<p align="center">M(λ)v=0</p>
5+
where M is an nxn-matrix depending on a parameter. This package is a first version of methods for nonlinear eigenvalue problems in julia.
46

57
# How to use it?
68

7-
The user documentation is available on github pages:
9+
It's easy. Installation in a one-liner:
10+
```
11+
julia> Pkg.clone("git://github.com/nep-pack/NonlinearEigenproblems.jl.git");
12+
```
13+
Check out "Getting started" in the user documentation
814
https://nep-pack.github.io/NonlinearEigenproblems.jl
915

1016
# Developers

0 commit comments

Comments
 (0)