Project Autodidact
Project Details: https://insightsbyse.com/projectautodidact/
Scott Ernst Bio: https://insightsbyse.com/aboutscotternst/
Project Contact: InsightsBySE@protonmail.com
Progress Report Scope (S01-M02-D05-AllParts)
Stage 1 of 4: Review of Mathematics, Probability, and Statistics
Module 2 of 3: Statistics, Probability, and Advanced Algebra
Day 5 of 5: Matrices and Determinants
Parts 1 through 10: See below
Summary Of Goals Achieved
- Reviewed definition, concepts, notation, terminology, components, and properties of matrices
- Reviewed definition, concepts, notation, terminology, components, properties, rules, and procedures for matrix addition
- Reviewed definition, concepts, notation, terminology, components, properties, rules, and procedures for matrix subtraction
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for matrix addition
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for matrix subtraction
- Reviewed definition, concepts, notation, terminology, components, and properties of a scalar and scalar matrix
- Reviewed definition, concepts, notation, terminology, components, and properties of a vector
- Reviewed definition, concepts, notation, terminology, components, and properties of a covariance matrix
- Reviewed definition, concepts, notation, terminology, components, and properties of a correlation matrix
- Reviewed similarities and differences between a covariance and correlation matrix
- Reviewed definition, concepts, notation, terminology, components, and properties of an eigenvalue and eigenvector
- Reviewed definition, concepts, notation, terminology, components, and properties of the determinant of a matrix
- Reviewed definition, concepts, notation, terminology, components, and properties of the dot product (aka scalar product)
- Reviewed definition, concepts, notation, terminology, components, properties, rules, and procedures for matrix multiplication, including the dot product (aka scalar product)
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for matrix multiplication, including the dot product (aka scalar product)
- Reviewed definition, concepts, notation, terminology, components, and properties of the determinant formula
- Reviewed definition, concepts, notation, terminology, components, and properties of cofactor expansion (aka Laplace expansion)
- Reviewed definition, concepts, notation, terminology, components, properties, rules, and procedures for calculating the determinant of a 2×2 matrix, 3×3 matrix, 4×4 matrix and higher
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for calculating determinant of a 2×2 matrix, 3×3 matrix, 4×4 matrix and higher
- Reviewed definition, concepts, notation, terminology, components, and properties of an identity matrix
- Reviewed definition, concepts, notation, terminology, components, and properties of the adjugate of a square matrix, including procedures to form the adjugate of a square matrix
- Reviewed definition, concepts, notation, terminology, components, and properties of the matrix inverse formula
- Reviewed definition, concepts, notation, terminology, components, and properties of a singular matrix
- Reviewed definition, concepts, notation, terminology, components, properties, rules, and procedures for calculating the inverse of a 2×2 matrix, 3×3 matrix, 4×4 matrix and higher
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for calculating the inverse of a 2×2 matrix, 3×3 matrix, 4×4 matrix and higher
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of most used methods for solving systems of equations using matrices and the Gaussian elimination method
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of most used methods for solving systems of equations using matrices and Cramer’s Rule
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of most used methods for solving systems of equations using matrices and the Gauss-Jordan elimination method
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of most used methods for solving systems of equations using matrices and the matrix inverse method
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for most used methods for solving systems of equations using matrices (Gaussian elimination method, Cramer’s Rule, Gauss-Jordan elimination method, and matrix inverse method)
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations in general
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability, and procedures of matrix transformation by rotation
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability, and procedures of matrix transformation by scaling
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability, and procedures of matrix transformation by reflection
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability, and procedures of matrix transformation by shearing
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for matrix transformations for rotation, scaling, reflection, and shearing
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations for normalization (aka feature scaling)
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations for standardization
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations for dimensionality reduction
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations for feature engineering
- Reviewed definition, concepts, notation, terminology, components, properties, applicability, and analysis of the properties of an inverse of a matrix
- Reviewed definition, concepts, notation, terminology, components, properties, applicability, and analysis of the properties of the transpose of a matrix
- Reviewed definition, concepts, notation, terminology, components, properties, applicability, and analysis of the properties of matrix types
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for analyzing the properties of an inverse of a matrix
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for analyzing the properties of the transpose of a matrix
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for analyzing matrix types
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of using a connectivity matrix for network analysis
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of using an adjacency matrix for network analysis
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of using a degree matrix for network analysis
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of using a Laplacian matrix for network analysis
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of using an incidence matrix for network analysis
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for matrix network analysis
- Reviewed definition, concepts, notation, terminology, components, properties, and applicability of interpreting matrix operations in data contexts
- Reviewed similarities and differences in the applicability and analysis of types of linear models (simple linear regression, multiple linear regression, multivariate linear regression, general linear model (GLM), hierarchical linear models (HLD), and structural equation models (SEM))
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for interpreting matrix operations in data contexts
- Reviewed how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for building types of linear models (simple linear regression, multiple linear regression, multivariate linear regression, general linear model (GLM), hierarchical linear models (HLD), and structural equation models (SEM))
Part 1 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, and properties of matrices
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review definition, concepts, notation, terminology, components, properties, rules, and procedures for matrix addition
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review definition, concepts, notation, terminology, components, properties, rules, and procedures for matrix subtraction
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for matrix addition
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed
Goal 5 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for matrix subtraction
Goal 5 Plan: Read source materials
Goal 5 Work Product: None
Goal 5 Result: Completed
Part 2 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, and properties of a scalar and scalar matrix
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review definition, concepts, notation, terminology, components, and properties of a vector
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review definition, concepts, notation, terminology, components, and properties of a covariance matrix
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review definition, concepts, notation, terminology, components, and properties of a correlation matrix
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed
Goal 5 Statement: Review similarities and differences between covariance and correlation matrix
Goal 5 Plan: Read source materials
Goal 5 Work Product: None
Goal 5 Result: Completed
Goal 6 Statement: Review definition, concepts, notation, terminology, components, and properties of an eigenvalue and eigenvector
Goal 6 Plan: Read source materials
Goal 6 Work Product: None
Goal 6 Result: Completed
Goal 7 Statement: Review definition, concepts, notation, terminology, components, and properties of the determinant of a matrix
Goal 7 Plan: Read source materials
Goal 7 Work Product: None
Goal 7 Result: Completed
Goal 8 Statement: Review definition, concepts, notation, terminology, components, and properties of the dot product (aka scalar product)
Goal 8 Plan: Read source materials
Goal 8 Work Product: None
Goal 8 Result: Completed
Goal 9 Statement: Review definition, concepts, notation, terminology, components, properties, rules, and procedures for matrix multiplication, including the dot product (aka scalar product)
Goal 9 Plan: Read source materials
Goal 9 Work Product: None
Goal 9 Result: Completed
Goal 10 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for matrix multiplication, including the dot product (aka scalar product)
Goal 10 Plan: Read source materials
Goal 10 Work Product: None
Goal 10 Result: Completed
Part 3 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, and properties of the determinant formula
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review definition, concepts, notation, terminology, components, and properties of cofactor expansion (aka Laplace expansion)
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review definition, concepts, notation, terminology, components, properties, rules, and procedures for calculating the determinant of a 2×2 matrix, 3×3 matrix, 4×4 matrix and higher
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for calculating determinant of a 2×2 matrix, 3×3 matrix, 4×4 matrix and higher
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed
Part 4 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, and properties of an identity matrix
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review definition, concepts, notation, terminology, components, and properties of the adjugate of a square matrix, including procedures to form the adjugate of a square matrix
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review definition, concepts, notation, terminology, components, and properties of the matrix inverse formula
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review definition, concepts, notation, terminology, components, and properties of a singular matrix
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed
Goal 5 Statement: Review definition, concepts, notation, terminology, components, properties, rules, and procedures for calculating the inverse of a 2×2 matrix, 3×3 matrix, 4×4 matrix and higher
Goal 5 Plan: Read source materials
Goal 5 Work Product: None
Goal 5 Result: Completed
Goal 6 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for calculating the inverse of a 2×2 matrix, 3×3 matrix, 4×4 matrix and higher
Goal 6 Plan: Read source materials
Goal 6 Work Product: None
Goal 6 Result: Completed
Part 5 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of most used methods for solving systems of equations using matrices and the Gaussian elimination method
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of most used methods for solving systems of equations using matrices and Cramer’s Rule
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of most used methods for solving systems of equations using matrices and the Gauss-Jordan elimination method
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of most used methods for solving systems of equations using matrices and the matrix inverse method
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed
Goal 5 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for most used methods for solving systems of equations using matrices (Gaussian elimination method, Cramer’s Rule, Gauss-Jordan elimination method, and matrix inverse method)
Goal 5 Plan: Read source materials
Goal 5 Work Product: None
Goal 5 Result: Completed
Part 6 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations in general
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability, and procedures of matrix transformation by rotation
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability, and procedures of matrix transformation by scaling
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability, and procedures of matrix transformation by reflection
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed
Goal 5 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability, and procedures of matrix transformation by shearing
Goal 5 Plan: Read source materials
Goal 5 Work Product: None
Goal 5 Result: Completed
Goal 6 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for matrix transformations for rotation, scaling, reflection, and shearing
Goal 6 Plan: Read source materials
Goal 6 Work Product: None
Goal 6 Result: Completed
Part 7 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations for normalization (aka feature scaling)
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations for standardization
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations for dimensionality reduction
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of matrix transformations for feature engineering
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed
Goal 5 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for performing the tasks and calculations for matrix transformations for normalization, standardization, dimensionality reduction, and feature engineering
Goal 5 Plan: Read source materials
Goal 5 Work Product: None
Goal 5 Result: Completed
Part 8 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, properties, applicability, and analysis of the properties of an inverse of a matrix
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review definition, concepts, notation, terminology, components, properties, applicability, and analysis of the properties of the transpose of a matrix
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review definition, concepts, notation, terminology, components, properties, applicability, and analysis of the properties of matrix types
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for analyzing the properties of an inverse of a matrix
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed
Goal 5 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for analyzing the properties of the transpose of a matrix
Goal 5 Plan: Read source materials
Goal 5 Work Product: None
Goal 5 Result: Completed
Goal 6 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for analyzing matrix types
Goal 6 Plan: Read source materials
Goal 6 Work Product: None
Goal 6 Result: Completed
Part 9 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of using a connectivity matrix for network analysis
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of using an adjacency matrix for network analysis
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of using a degree matrix for network analysis
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of using a Laplacian matrix for network analysis
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed
Goal 5 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of using an incidence matrix for network analysis
Goal 5 Plan: Read source materials
Goal 5 Work Product: None
Goal 5 Result: Completed
Goal 6 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for matrix network analysis
Goal 6 Plan: Read source materials
Goal 6 Work Product: None
Goal 6 Result: Completed
Part 10 of 10
Goal 1 Statement: Review definition, concepts, notation, terminology, components, properties, and applicability of interpreting matrix operations in data contexts
Goal 1 Plan: Read source materials
Goal 1 Work Product: None
Goal 1 Result: Completed
Goal 2 Statement: Review similarities and differences in the applicability and analysis of types of linear models (simple linear regression, multiple linear regression, multivariate linear regression, general linear model (GLM), hierarchical linear models (HLD), and structural equation models (SEM))
Goal 2 Plan: Read source materials
Goal 2 Work Product: None
Goal 2 Result: Completed
Goal 3 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for interpreting matrix operations in data contexts
Goal 3 Plan: Read source materials
Goal 3 Work Product: None
Goal 3 Result: Completed
Goal 4 Statement: Review how Python, Julia, R, SQL, and other computer programming languages and applications are utilized for building types of linear models (simple linear regression, multiple linear regression, multivariate linear regression, general linear model (GLM), hierarchical linear models (HLD), and structural equation models (SEM))
Goal 4 Plan: Read source materials
Goal 4 Work Product: None
Goal 4 Result: Completed