SMP
1 program
Added 2026-02-10T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Symbolic Manipulation Program
Provenance: commit e7fa2f6184 · authored 2026-02-10T21:48:02+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Basic Symbolic Mathematics
Provenance: commit e7fa2f6184 · authored 2026-02-10T21:48:02+01:00 · agent claude-code · model sonnet · WebSearch disabled
(* Differentiation example in SMP *)
d[x^3 + 2*x^2 + x, x]
(* Integration example *)
int[x^2, x]
(* Solving equations *)
solve[x^2 - 4 = 0, x]