Nerdamer
Documentation Playground Showcase GitHub
DocumentationPlaygroundShowcaseGitHub
OverviewGetting startedChoosing how to use NerdamerMigrating from Nerdamer 1.xx
Expression syntaxFunction reference
Overview & referenceScripting examplesUser-defined functions
API overviewnerdamer APISettings & configurationText output & public helpersAPI examples
ArchitectureExpression modelParser internalsCodebase mapInternals inspectorHow to developCode conventions
Documentation moved.

This entry is now part of the unified function reference. Open the unified page →

API/nerdamer/structures
Function

determinant

src/core/classes/matrix/functions.ts:10
determinant(M: Matrix): Expression

Computes the determinant without mutating the supplied Matrix.

throws

UnsupportedOperationError If

`M`

is not square.

Parameters

NameTypeDescription
MMatrix—

Returns

Expression

Nerdamer

Symbolic mathematics for JavaScript and TypeScript.

DocumentationNerdamer NotationNerdamer Scriptingnerdamer APIJavaScript / TypeScript API
ProjectPlaygroundInternalsGitHub
Copyright © 2013–2026 Martin Donk · Licensed under the Apache License 2.0