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/sagemath
LLM (this repo) · 1Pldb

Related languages

Sage (0.92)XPath (0.17)Babbage (0.17)Shen (0.17)Automath (0.16)

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
code.sage · added: 2025-11-12T11:43:30Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about SageMath (mapped to pl/sagemath). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/SageMath/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Sage Sagittarius →