View source: R/matrix_inverse_plot.R
plot_matrix_inverse | R Documentation |
Non-interactive plotting function that helps visualize an inverse.
plot_matrix_inverse(x1, y1, x2, y2) The user can choose the magnitude of the vectors, which will be graphically represented by the function.
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). |
interactive_matrix_inverse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.