plot_matrix_inverse: compstatslib plot_matrix_inverse() function

View source: R/matrix_inverse_plot.R

plot_matrix_inverseR Documentation

compstatslib plot_matrix_inverse() function

Description

Non-interactive plotting function that helps visualize an inverse.

Usage

plot_matrix_inverse(x1, y1, x2, y2)

The user can choose the magnitude of the vectors, which will be graphically represented by the function.

Arguments

x1

The first row (or column) vector of matrix A.

y1

The second row (or column) vector of matrix A.

x2

The first row (or column) vector of the inverse matrix A^(-1).

y2

The second row (or column) vector of the inverse matrix A^(-1).

See Also

interactive_matrix_inverse


soumyaray/compstatslib documentation built on March 11, 2023, 8:39 p.m.