Example Code

Finding the reduced row echelon form of a matrix in LabVIEW

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • LabVIEW

Code and Documents

Attachment

Overview

Coding that exemplifies how to find the reduced row echelon form of a matrix.

 

Description

This code takes a real matrix and calculates the reduced row echelon of the matrix. Uses LabVIEW Mathematics VIs only to perform the data manipulation and calculation. The new indexes are not calculated on this example, however, it can be done.

 

Requirements

LabVIEW 2012 (or compatible)

 

Steps to Implement or Execute Code
1. Insert the values for the real matrix
2. Run the VI

 

Additional Information or References

Snippet.png

Donovan

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
ashowmega
Member
Member
on

This has a flaw. For example, if you enter a matrix to find RREf  and run the program, it gives the correct value. But, if u run the program the second time, the program cannot show the RREf anymore.