Skip to content

Commit fc12317

Browse files
committed
typo correction
1 parent cec03a3 commit fc12317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ render() {
4848
<h3>Future coding ideas</h3>
4949
<p>Recently on the circuit solver I realized there's some tools missing from the huge Javascript ecosystem</p>
5050
<ul>
51-
<li><b>Algebra Solver</b> - There are two highly featured algebra solvers out there; Nerdamer and Algebrite. They have so many functions (for example matrix inversion) but are totally flawed because they can't simplify simple Algebra! On Algegrite.org you can test it can't solve ths simple case: simplify((1/(x-1)) + 1/(1-x)). Same for Algebrite. Neither library are well supported anymore and tbh I think the developers are afraid to dig into this as its such fundamental flaw. Anyway, I ended up using https://github.com/Yaffle/Expression (thankfully someone did the work for me lol) which is teribly documented, half finished and barely usable</li>
51+
<li><b>Algebra Solver</b> - There are two highly featured algebra solvers out there; Nerdamer and Algebrite. They have so many functions (for example matrix inversion) but are totally flawed because they can't simplify simple Algebra! On Algegrite.org you can test it can't solve ths simple case: simplify((1/(x-1)) + 1/(1-x)). Same for Neramer. Neither library are well supported anymore and tbh I think the developers are afraid to dig into this as its such fundamental flaw. Anyway, I ended up using https://github.com/Yaffle/Expression (thankfully someone did the work for me lol) which is teribly documented and only half finished</li>
5252
<li><b>Microsoft Visio in JS</b> - I'm using Draw2D which is has been excellent. It is kind of old though, it uses Jquery still and the issues on github are sitting there unattended. It has some basic bugs like crashing when you drag multiple objects, and not showing the grid when zooming. Alternatives like gojs.net cost loads of money</li>
5353
</ul>
5454
</div>

0 commit comments

Comments
 (0)