Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ <h2 class="title">{% trans %}Projects using SymPy{% endtrans %}</h2>
{% trans %} A Python package for symbolic and numerical
General Relativity. {% endtrans%}
</li>
<li><strong><a href="https://github.com/AzizAlqasem/FormulaLab">
{% trans %}FormulaLab{% endtrans %}</a></strong>:
{% trans %} Mathematically derives new formulas from a fromulas database, searches in
a formulas database, and connects your project code to a formulas database.
{% endtrans%}
</li>
<li><strong><a href="https://github.com/brombo/galgebra">
{% trans %}galgebra{% endtrans %}</a></strong>:
{% trans %} Geometric algebra (previously sympy.galgebra). {% endtrans%}
Expand Down Expand Up @@ -137,6 +143,7 @@ <h2 class="title">{% trans %}Projects using SymPy{% endtrans %}</h2>
volumetric data (<a href="https://unyt.readthedocs.io">unyt</a>, the yt
unit system, uses SymPy). {% endtrans%}
</li>

</ul>

</div>
Expand Down