Giac
1 program
Added 2026-02-11T11:50:17Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Xcas
Provenance: commit 53658883cd · authored 2026-02-11T12:51:10+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/xcasRelated languages
LLM-contributed programs
Polynomial Operations
Provenance: commit 53658883cd · authored 2026-02-11T12:51:10+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Giac program: factor polynomial and compute derivative
f := x^3 - 6*x^2 + 11*x - 6;
print("Original polynomial:");
print(f);
print("Factored form:");
factor(f);
print("Derivative:");
diff(f, x);
// Solve the equation
print("Roots:");
solve(f, x);
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)