Matrix Numerics

Matrix Numerics

Linear Algebra

$0.99
Buy now

Details about Matrix Numerics

  • Released
  • Updated
  • iOS Version
  • Age Rating
  • Size
  • Devices
  • Languages
  • June 27, 2019
  • September 30, 2024
  • 15.0+
  • 4+
  • 23.68MB
  • iPhone, iPad, iPod
  • English
    Chinese
    Spanish
    Show more

Features

Developer of Matrix Numerics

🙌69
Ratings
🗣❌ unsupported
Your locale
🖼️Download
Icons↘︎

Version History of Matrix Numerics

1.1.4

December 29, 2022

- Added Support for new iPhone 14 line-up & iOS 16 - Fixed bugs & added enhancements

1.1.3

February 23, 2022

+ You can now take a photo or use an image from your library to input matrix data (Early Beta). + Bug fixes and enhancements. + No internet connection required.

More

1.1.2

September 24, 2021

Added support for iOS 15 Added support for iPad Mini 6th Gen.

1.1.1

August 24, 2021

[MxN] now speaks Chinese (Traditional & Simplified) Enhancements and stability improvements were made.

1.1

August 14, 2021

This update escalates [MxN]’s capabilities in order to better provide analytical & computational power. Most of the new features were designed around user’s feedback and comments: - You can now save Matrices, Vectors & Constants in memory. - Also delete Matrices, Vectors & Constants from memory. - See a visual representation of the all saved content. - Introducing Script Programming. - Write & evaluate lines of complex expressions. - Centralized matrix laboratory to design, program & run. - Matrix Arithmetic screen has a more cohesive design. - Use a matrix picker to perform all operations. - Help buttons were added to help harness all of [MxN]’s computational power. - [MxN] now habla español (Latin American). - Extract portions of matrices, Expanded Symbology, optimized algorithms & more. Stability updates and enhancements have been made across the board.

More

1.0.6

August 25, 2020

Update 1.0.6 - App optimization (All algorithms now perform in the background). - Fixed a bug in which the Adjoint option would be available for singular matrices. - Updated social media assets on the tutorial screen.

More

1.0.5

July 20, 2020

This version introduces [MxN] social channels to the tens of thousands of mathematicians and scientists using Matrix Numerics around the world! Follow us on Instagram (matrixnumerics), Facebook (Mxn Numerics) & TikTok (matrix.numerics) for tutorials, How-To?’s, Problem Solving, Updates on the platform & much more!! This version includes the following changes and fixes: - Implemented DarkMode across the app. - Fixed an issue in which Projection Vectors would display NaNs. Changed to zeros instead for computations sake. - Fixed an issue in which Angle Between Vectors would display NaNs. Changed to zeros instead for computations sake. - Fixed an issue in which Normalized Vectors would display NaNs. Changed to zeros instead for computations sake. - Fixed an issue in which Orthonormal Vectors would display NaNs. Changed to zeros instead for computations sake. - Fixed issues with the size of the windows presenting Fundamental Subspaces, PLU Decomposition and SVD. - Fixed a crash that would occur when trying to access the algorithms screen for some declared matrices and placeholder. - Fixed padding on the UI for both Vectors and Systems cells. - Added Nullity option for all matrices.

More

1.0.4

July 18, 2020

This version introduces [MxN] social channels to the tens of thousands of mathematicians and scientists using Matrix Numerics around the world! Follow us on Instagram (matrixnumerics), Facebook (Mxn Numerics) & TikTok (matrix.numerics) for tutorials, How-To?’s, Problem Solving, Updates on the Platform & much more!! This version includes the following changes and fixes: - Implemented DarkMode across the app. - Fixed an issue in which Projection Vectors would display NaNs. Changed to zeros instead for computations sake. - Fixed an issue in which Angle Between Vectors would display NaNs. Changed to zeros instead for computations sake. - Fixed an issue in which Normalized Vectors would display NaNs. Changed to zeros instead for computations sake. - Fixed an issue in which Orthonormal Vectors would display NaNs. Changed to zeros instead for computations sake. - Fixed issues with the size of the windows presenting Fundamental Subspaces, PLU Decomposition and SVD. - Fixed a crash that would occur when trying to access the algorithms screen for some declared matrices and placeholder. - Fixed padding on the UI for both Vectors and Systems cells on some iPads.

More

1.0.3

January 24, 2020

- Updated Tutorial Screen transitions. - Added rational/decimal mode support for real Eigenvalues. - Fixed layouts in the Eigenvalues window. - Fixed layouts in the Eigenvectors window. - Fixed a bug that would crash the app when looking up Fundamental Subspaces of the zero matrix.   - Fixed a big where the Upper Hessenberg decomposition for the zero matrix would give NaNs as outputs and thus crashing by the app when switching to fraction mode. - Fixed labeling issues when declaring column vectors. - Added in-App rating mechanism. - Starting to roll out haptic feedback throughout the App for better expressiveness.

More

1.0.2

December 11, 2019

- Updated Tutorial Screen layouts for iPads. - Updated Tutorial to reflect latest updates. - Fixed a bug that caused the App to crash when it was first open on some devices. - Fixed an issue where some decompositions for large dimension matrices in fraction mode wouldn’t display full matrices. - Fixed a bug that allowed the Cube matrix input to declare matrices with unsupported dimensions. - Fixed a bug that would render improper latex labels for some matrix operation products. - Added Orthonormalization option for vectors.

More

Matrix Numerics Subscription Plans

Memory

Save matrices to memory

$0.996 Months

Scripts

Script Programming using Linear Algebra

$1.996 Months

Price History of Matrix Numerics

Description of Matrix Numerics

Matrix Numerics is a powerful Numerical Linear Algebra app with a simple and user-friendly interface. It is designed to quickly present you Linear Algebra results involving matrices and vectors with the fewest taps possible. Matrix Numerics uses the SwiftLAN engine to approximate solutions to a linear system of equations, compute matrix decompositions and calculate vector dynamics. SwiftLAN is a powerful Linear Algebra framework developed by academics for the purpose of native Scientific Computation and Modeling in Swift. Its State-of-the-art Numerical algorithms take advantage of the expressiveness and lightning speed of the Swift programming language to deliver powerful performance and accuracy. Each algorithm in the framework is extensively researched, developed and debugged following closely the mathematical literature of authors like G. Golub, D.S Watkins, J.G.F Francis, C. Van Loan and many others. After development, all algorithms are written 100% in Swift and are intensively tested for speed and accuracy against MATLAB, Accelerate and the LAPACK++ library in C++. All of these aspects make Matrix Numerics a world class tool for scientists, students or any other person exposed to Linear Algebra no matter how early are they in their scientific/mathematical carries. These are some of the things you can do on Matrix Numerics: * Add, subtract, multiply matrices. * Inverse * Condition Number * Rank * Spectral Radius * Trace * Determinant * Transpose * Adjoint * Characteristic Polynomial * Eigenvalues & Eigenvectors * Singular Values * Singular Value Decomposition * Pseudoinverse * PLU Decomposition * Cholesky Decomposition * Gram-Schmidt Decomposition * QR Decomposition * Upper Hessenberg Decomposition * Real Schur Form Decomposition * Norms 1,2,Infinity and Frobenius. * Fundamental Subspaces When dealing with Vectors, Matrix Numerics can help you compute: * Inner Product * Cross Product * Projection Vector * Correlation between vectors * Angle between vectors * Vector Length * Vector Normalization * Vector Orthonormalization You can also approximate solutions to Linear System of Equations and Linear Least Squares using the algorithm that best fits your system: * Ordinary Least Squares * Iteratively Reweighted Least Squares * Pseudoinverse by SVD * Kaczmarz’s Algorithm * PLU with Scaled Row Pivoting * Successive Over Relaxation * Conjugate Gradient * Gauss-Seidel Iteration * Jacobi Iteration Identify specific attributes of your System/Matrix with a single touch: * Is it Singular? * Is it Symmetric? * Is it Positive Definitive? * Is it Diagonal? * Is it Upper or Lower Diagonal or both? * Is it Orthogonal? * Is it Convergent? * Is it Row or Column Diagonally Dominant or both? Numerical results and notations are beautifully rendered in a LaTeX-like style supporting both decimal and rational modes. All matrix computations are preformed in-device on the powerful A-Series Apple chips which means you can use Matrix Numerics everywhere and anywhere with no internet connection required!! Matrix Numerics works on iPhone 6 or newer and all iPads except mini. Special thanks to J. Dominguez, L. Meza & L. Smith. For more information about Privacy, Subscriptions and Terms of use please refer to the following: Privacy: https://docs.google.com/document/d/1WSpjT6VbJVA55r36gqsAb3KwGTRvVjfvx2zQKSdliYk/edit?usp=sharing Terms of Use: https://docs.google.com/document/d/146K3w6323RK6ipXVsjiWpP1owpQC8SJNSjgeAdShtsc/edit?usp=sharing
Show less

Matrix Numerics: FAQ

Can Matrix Numerics be used on an iPad?

Yes, Matrix Numerics has support for iPad devices.

Who is the developer of Matrix Numerics?

The Matrix Numerics app was released by Matrix Numerics LLC.

What’s the minimum iOS requirement for the Matrix Numerics app?

Matrix Numerics requires iOS 15.0 or later.

How does the Matrix Numerics app rank among users?

With a rating of 4.5 out of 5, Matrix Numerics is one of the top-rated apps in its category.

What’s the app category of Matrix Numerics?

The Main Genre Of The Matrix Numerics App Is Education.

Which version of Matrix Numerics is the latest one?

1.1.4 is the newest version of Matrix Numerics.

What is the date of the latest Matrix Numerics update?

The last update for Matrix Numerics was on September 30, 2024.

When did the Matrix Numerics app come out?

Matrix Numerics was first released on February 5, 2023.

What is the age rating of Matrix Numerics?

This app is appropriate for all ages, with no offensive or inappropriate content.

What are the languages supported by Matrix Numerics?

Matrix Numerics is available in English, Chinese, Spanish and 1 more.

Can I enjoy Matrix Numerics by subscribing to Apple Arcade?

Sorry, Matrix Numerics is not on Apple Arcade.

Can I find in-app purchases in Matrix Numerics?

Absolutely! In-app purchases are available for users of Matrix Numerics.

Can I use Matrix Numerics with Apple Vision Pro?

No, you cannot use Matrix Numerics with Apple Vision Pro.

Are users exposed to ads in Matrix Numerics?

Yes, users are exposed to ads in Matrix Numerics.

Screenshots of Matrix Numerics

Matrix Numerics screenshot #1 for iPhone
Matrix Numerics screenshot #2 for iPhone
Matrix Numerics screenshot #3 for iPhone
Matrix Numerics screenshot #4 for iPhone
Matrix Numerics screenshot #5 for iPhone
Matrix Numerics screenshot #6 for iPhone
Matrix Numerics screenshot #7 for iPhone
Matrix Numerics screenshot #8 for iPhone
Matrix Numerics screenshot #9 for iPhone
Matrix Numerics screenshot #10 for iPhone
iphone
ipad

Alternatives to Matrix Numerics

Reviews of Matrix Numerics

Leave a Review Matrix Numerics
  • Good for the price

    While the overall user experience can be improved, this app makes mathematical concepts much more easier to work on. It saves time by solving complex equations, operations for you. Totally recommended!!
  • Great Linear Algebra App

    This app is well designed, good looking and does the job.
  • Not intuitive at all

    I literally downloaded this and deleted it within five minutes. You are simply presented with an all zero 3 x 3 matrix called A. You can click a red square looking shaped button and all that does is change A to B, but it is still an old zero matrix. In the few minutes I messed around I couldn’t figure out how to change the zeros to actual numbers lol. I have no idea what they were trying to present with this app.
    Show less