Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaina authored and cdrnet committed May 24, 2020
1 parent f11b2a7 commit ed7a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Math.NET Symbolics is a basic open source **computer algebra library for .NET, S

This project does *not* aim to become a full computer algebra system. If you need such a system, have a look at Axiom or Maxima instead, or for proprietary commercial solutions Maple, Mathematica or Wolfram Alpha.

You'll find a large set of expression and algebraic operator examples in the [Unit Tests](src/SymbolicsUnitTests/Tests.fs) (yes, they're actually very readable). A few examples:
You'll find a large set of expression and algebraic operator examples in the [Unit Tests](src/Symbolics.Tests/Tests.fs) (yes, they're actually very readable). A few examples:

* `(3Q + 2)*4/6``10/3`.
* `(a/b/(c*a))*(c*d/a)/d``1/(a*b)`
Expand Down

0 comments on commit ed7a04d

Please sign in to comment.