SageMath
1 program
Added 2025-11-12T11:43:30Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: Sage
Provenance: commit 25abfe88ff · authored 2025-11-12T12:43:30+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
2 sources · pl_id:
pl/sagemathRelated languages
LLM-contributed programs
Plotting sine and cosine functions
Provenance: commit 25abfe88ff · authored 2025-11-12T12:43:30+01:00 · model x-ai/grok-4-fast · Temp 0.4
x = var('x')
p1 = plot(sin(x),(x,0,30))
p2 = plot(cos(x),(x,0,30))
p1 + p2
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.)