Skip to main content

Matrix

Nota

Wokring with conics? See Matrix (Geometry).

Given a set of multi-valued polynomials of degree 1, p=[p1,...,pm], with variables x={x1,...,xn}, returns a matrix M and a vector b such that Mx=b is equivalent to p=0.

Syntax

matrix(List | Vector)

Description

Given a list or vector describing a multi-valued first-degree polynomial, returns a list with the matrix MM and vector bb, following the notation above.

linear_algebra.matrix1.calc.png