<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ShaderGraph-Docs",
  "identifier" : "/documentation/ShaderGraph/Math/Determinant",
  "metadataVersion" : "0.1.0",
  "role" : "ShaderGraph Node",
  "symbol" : {
    "kind" : "ShaderGraph Node",
    "modules" : [
      "ShaderGraph"
    ],
    "preciseIdentifier" : "Shader_ND_determinant_matrix33"
  },
  "title" : "Determinant"
}
-->

# Determinant

Outputs the float determinant of a matrix.

## Parameter Types

**Determinant (matrix3x3f):**

|Input|Type      |
                |-----|----------|
                |`In` |Matrix3x3f|

|Output|Type |
                |------|-----|
                |`Out` |Float|

**Determinant (matrix2x2f):**

|Input|Type      |
                |-----|----------|
                |`In` |Matrix2x2f|

|Output|Type |
                |------|-----|
                |`Out` |Float|

**Determinant (matrix4x4f):**

|Input|Type      |
                |-----|----------|
                |`In` |Matrix4x4f|

|Output|Type |
                |------|-----|
                |`Out` |Float|

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)