TSToolSphere

Matrix Calculator

engineering100% Client-Side

Perform 2x2 matrix multiplication, determinants, and transposes.

Capacitor Code Decoder

Decode three-digit EIA capacitor codes to Farads, microfarads (µF), nanofarads (nF), and picofarads (pF).

Decoded Capacitance
Microfarads0.1 µF
Nanofarads100 nF
Picofarads100,000 pF
Tolerance Margin±5%

About Matrix Calculator

2x2 Matrix Operations

A 2x2 matrix calculator handles the four operations most commonly needed for introductory linear algebra and basic engineering transforms: addition, multiplication, determinant, and transpose — all computable by hand for a 2x2 case, but tedious and error-prone to redo repeatedly.

Matrix multiplication (A x B) is not commutative — order matters, and each output element is a sum of row-column products, not an element-wise product. The determinant of a 2x2 matrix [[a,b],[c,d]] is ad - bc, and a zero determinant means the matrix is singular (non-invertible), which shows up constantly when solving 2-variable linear systems or checking whether a linear transformation preserves area. Transposing swaps rows and columns, flipping the matrix across its main diagonal.

This runs entirely client-side, so matrix values (which can represent anything from a physics transform to sensitive coursework data) never leave your browser.

Frequently Asked Questions

Help Us Improve Matrix Calculator

Did you find this tool helpful? Tell us how we can make it even better, or report a bug or request a new feature in under 1 minute.

Submit Feedback