Turn any matrix into answers with one scalar. Edit cells, paste grids, and verify sizes. Export clean tables for homework, reports, and revision now.
| Matrix A | Scalar k | Result R = A + k |
|---|---|---|
| [ [1, 2], [3, 4] ] | 5 | [ [6, 7], [8, 9] ] |
| [ [-1.5, 0], [2.25, 10] ] | -2 | [ [-3.5, -2], [0.25, 8] ] |
Given a matrix A of size m×n and a scalar k, the scalar addition result R is defined entrywise:
R[i,j] = A[i,j] + k
This operation shifts every element by the same amount, preserving the matrix shape and relative differences between entries.
It adds the same scalar to every matrix entry. The matrix dimensions stay the same, while all values shift equally.
Yes. Copy rows and paste them. Tabs, spaces, commas, and semicolons are supported, and auto-detect usually works well.
The calculator rejects ragged input. Make sure each row has the same number of values so the matrix is rectangular.
Yes. A negative scalar subtracts its magnitude from every entry, which is equivalent to adding a negative value.
Treating blanks as zero speeds entry and avoids accidental missing values. If you need a different value, type it explicitly.
No. Precision only affects displayed and exported rounding. Internally, values are computed using standard floating arithmetic.
This tool supports up to 10×10 for performance and readability. For larger matrices, paste smaller blocks or process in parts.
Exports use the most recent computed result stored for this session. Run a calculation first, then download in your preferred format.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.