Class SymbolicUtil
java.lang.Object
org.episteme.core.mathematics.analysis.SymbolicUtil
Utility for basic symbolic operations (Differentiation).
This is a lightweight implementation for the Function Plotter demo, supporting basic rules for polynomials, trig functions, and exponentials. It is NOT a full Computer Algebra System (CAS).
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringdifferentiate(String expression) Computes the symbolic derivative of a function f(x).
-
Constructor Details
-
SymbolicUtil
public SymbolicUtil()
-
-
Method Details
-
differentiate
-