Matrix

0.1

Matrix Transforms with PowerShell

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Matrix

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Matrix

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2026

Package Details

Author(s)

  • James Brundage

Functions

Matrix Get-Matrix

Dependencies

This module has no dependencies.

Release Notes

## Matrix 0.1

* Initial Matrix Module (#1)
* `Matrix.ps1` makes matrices (#2)
* `Matrix` has a build (#3)
* `Matrix` extended types
 * `[Numerics.Matrix3x2]`
   * `.Points` contains the points in the matrix (#4)
   * `.CSS` renders the matrix as CSS (#5)
   * `.MathML` renders the matrix as MathML (#33)
   * `.Html` renders the matrix as MathML in HTML (#36)
   * `DefaultDisplay` limits the number of displayed properties (#34)
 * `[Numerics.Matrix4x4]`
   * `.Points` contains the points in the matrix (#6)
   * `.CSS` renders the matrix as CSS (#7)
   * `.MathML` renders the matrix as MathML (#31)
   * `.Html` renders the matrix as MathML in HTML (#35)
   * `DefaultDisplay` limits the number of displayed properties (#32)
 * `[Numerics.Quaternion]`
   * `.CSS` renders the matrix as CSS (#12)
   * `.MathML` renders a quaternion as MathML (#37)
   * `.Html` renders the matrix as MathML in HTML (#38)
   * `DefaultDisplay` limits the number of displayed properties (#39)
* `Matrix` aliases provide CSS Compatibility (#8)
* `Matrix` has an autogenerated `README.md.ps1` (#10)
* `Matrix` website demonstrates matrix
 * `layout.ps1` lays out pages (#16)
 * `deploy.ps1` deploys the site (#22)
 * `config.ps1` configures the site (#23)
 * `/_includes/`
   * `/_includes/FeatherIcon` includes feather icons (#24)
   * `/_includes/Palette` includes a palette (#25)
   * `/_includes/CopyCode` includes a "copy code" button (#26)
   * `/_includes/Sitemap` includes a sitemap (#27)
   * `/_includes/Menu` includes a menu (#29)
 * `/Matrix.html.ps1` is the site root (#14)
   * `/matrix/css`
     * `/matrix/css/compatible` shows side by side comparisons (#17)
     * `/matrix/css/transform` shows some matrix transform examples (#18)
   * `/matrix/dotnet` explains matrices in DotNet (#19)
   * `/matrix/svg` shows matrices in SVG (#28)
   * `/matrix/powershell` shows matrices in PowerShell (#20)

FileList

Version History

Version Downloads Last updated
0.1 (current version) 2 8/25/2026