| add_transformation | Add Matrix Transformation |
| animate_matrix | Animate matrix |
| array_to_latex | Convert an R array into LaTeX for easy writing in Rmarkdown |
| array_to_matrix_equation | Convert an R array into a LaTeX system of equations for easy... |
| array_to_system | Convert an R array into a LaTeX system of equations for easy... |
| array_to_vector_equation | Convert an R array into a LaTeX system of equations for easy... |
| construct_grid | Create coordinates for a grid. |
| elementary_matrix | Calculate a random elementary matrix |
| elementary_matrix_sequence | Calculate a random elementary matrix |
| eps | Compute epsilon |
| find_angle | Return angle of rotation of matrix. |
| is_basis | Checks if the columns of a square matrix define a basis |
| is_consistent | Check if the matrix equation Ax = b is consistent |
| is_integer | Check if value is an integer or integer-like |
| is_integer_matrix | Check if an integer matrix of dimension n x m |
| is_invertible | Test if a matrix A is invertible |
| is_nonnegative_integer | Check if value is a nonnegative integer or integer-like |
| is_numeric | Check if a numeric value |
| is_numeric_matrix | Check if a numeric matrix of dimension n x m |
| is_numeric_vector | Check if a numeric vector of length n |
| is_positive_integer | Check if value is a positive integer or integer-like |
| is_positive_numeric | Check if a positive numeric value |
| is_sympd_matrix | Check if a symmetric positive definite numeric matrix of... |
| is_unique | Check if the matrix equation Ax = b has a unique solution |
| is_valid_row | Check if the row is valid for the matrix A |
| is_vector | Check if input is a vector or a matrix with one column |
| latex_equation_to_png | Write an equation in Rmarkdown to a LaTeX format for... |
| make_basis | Generate a random basis for R^n |
| make_eigen | Make a matrix with integer eigen factorizations |
| make_system_of_equations | Simulate a system of equations Ax = b Simulate a systemt of... |
| plot_change_basis | plot_change_basis |
| plot_tangent_plane | Plot the function f(x, y) and the tangent plane of f(x, y) at... |
| plot_transformation | plot_transformation |
| random_matrix | Generate a random matrix |
| rotation_matrix | Create Rotation Matrix |
| row_add | Add one row to a multiple of another row |
| row_multiply | Multiply one row by a scalar |
| row_swap | Swap two rows |
| rref | Compute the reduced row echelon form |
| scale_data | Scale Data Frame |
| seq_matrix_l | Sequence of Matrices, Linear |
| seq_matrix_lp | Sequence of Matrices, Linear and Polar |
| seq_matrix_rotate_first | Sequence of Matrices, polar followed by linear |
| tangent_plane | Evaluate a tangent plane for a function f(x, y) at the point... |
| transform_df_coords | Transform coordinates |
| transform_segment | Transform Coordinates of Segment |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.