X Tutup
The Wayback Machine - https://web.archive.org/web/20210207030344/https://github.com/topics/computer-algebra
Skip to content
#

Computer algebra

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.

Here are 120 public repositories matching this topic...

Run, compile and execute JavaScript for Scientific Computing and Data Visualization TOTALLY TOTALLY TOTALLY in your BROWSER! An open source scientific computing environment for JavaScript TOTALLY in your browser, matrix operations with GPU acceleration, TeX support, data visualization and symbolic computation.

  • Updated Jan 15, 2021
  • TypeScript
lhsoicher
lhsoicher commented Sep 16, 2020

UPDATE: almost all of the points below have been taken care of, all that remains is to add mathematically complete definitions for vector spaces and algebras to section 6.1 and 6.2 in the tutorial.

UPDATE2: a concrete suggestion is in the comments, someone just has to add it in

Suggested fixes for "GAP -- A Tutorial Release 4.11.0, 29-Feb-2020"

A modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automated transformations of differential equations

  • Updated Feb 6, 2021
  • Julia
symja_android_library
axkr
axkr commented Dec 24, 2020

Make docker image available with JIB:

The docker image should be updated automatically on each master commit. Therefore we need a GitHub Action "Java with Maven".
These 3 applications should be available:

christianp
christianp commented Jan 5, 2021

This would be a nice function to have, instead of having to rewrite it each time I write a question that needs it.

u is a scalar multiple of v if there is a scalar k such that u = k*v. You could find this k by computing the ratio u_i / v_i for each non-zero component i, then check that the ratios are all equal. This should work similarly to isclose, allowing given relative and a

Wikipedia
Wikipedia
X Tutup