A symbolic finite element definition library
-
Updated
Dec 3, 2024 - Python
Computer (symbolic) algebra systems and libraries are used for manipulations with symbolic mathematical expressions.
Usually, those libraries are capable of some calculus operations (differentiation, integration, finding the limit, etc.) and numeric manipulations.
The idea is to avoid floating number operations by computing the exact result instead.
A symbolic finite element definition library
A simple computer algebra system, implemented in groovy
redten: A symbolic algebra package for REDUCE which provides tensor and tensor-like objects and manipulation functions for work in General Relativity, mirrored from https://www.utsc.utoronto.ca/~harper/redten.html
Some labs I completed in 6.009 spring 2023
Symbolic algebra polynomials system in Scheme
Web platform for Physics learning management system.
Can you calculate the value of $\sqrt{1} + 1/\sqrt{2} + 1/\sqrt{3} + 1/\sqrt{4} + 1/\sqrt{5} + \dots$ ?