Fermat
1 program
Added 2026-02-24T12:30:31Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: Fermat CAS
Provenance: commit 2166afdad1 · authored 2026-02-24T13:31:02+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Matrix Multiplication
Provenance: commit 2166afdad1 · authored 2026-02-24T13:31:02+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
Array a[3,2]
Array b[2,3]
[a]:=[(2,3,5,7,11,13)]
[b]:=[(1,1,2,3,5,8)]
[a]*[b]