Tag

linear algebra

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 11, 2025 · Fundamentals

Master Python’s @ Operator: Matrix Multiplication Made Simple

This article explains Python's @ operator for matrix multiplication, shows basic usage with NumPy, contrasts it with element‑wise *, demonstrates matrix‑vector multiplication, highlights common dimension‑mismatch errors, and provides a concise summary for efficient linear‑algebra calculations.

NumPyOperatorPython
0 likes · 4 min read
Master Python’s @ Operator: Matrix Multiplication Made Simple
Model Perspective
Model Perspective
Feb 9, 2025 · Fundamentals

From Matching to Transcendence: How Vector Math Mirrors Life’s Standards

The article explores the lifelong challenge of matching versus transcending standards, using vector distance, cosine similarity, and transformation matrices as metaphors, and illustrates the concept through personal examples and the film Nezha, urging readers to question and reshape the norms that guide them.

TransformationVectorlinear algebra
0 likes · 7 min read
From Matching to Transcendence: How Vector Math Mirrors Life’s Standards
Model Perspective
Model Perspective
Jan 23, 2025 · Fundamentals

Why Linear Algebra Powers AI, Graphics, Economics, Physics and More

This article explores how linear algebra—through matrices, vectors, and linear transformations—underpins diverse fields such as artificial intelligence, data science, computer graphics, economics, physics, engineering, and social network analysis, illustrating its practical impact on everyday technologies and scientific models.

Artificial Intelligenceapplicationscomputer graphics
0 likes · 8 min read
Why Linear Algebra Powers AI, Graphics, Economics, Physics and More
Model Perspective
Model Perspective
Dec 17, 2024 · Fundamentals

Unveiling Cramer's Rule: Geometric Insight Through Areas and Volumes

This article explores the geometric interpretation of Cramer's Rule, illustrating how determinants represent areas of parallelograms in 2‑D and volumes of parallelotopes in 3‑D, and shows step‑by‑step how these visualizations lead to solving linear systems.

Cramer's ruleareadeterminant
0 likes · 6 min read
Unveiling Cramer's Rule: Geometric Insight Through Areas and Volumes
Model Perspective
Model Perspective
Jul 27, 2024 · Fundamentals

How the Power Method Finds the Largest Eigenvalue and Solves Team‑Formation Problems

This article introduces eigenvalues and eigenvectors, explains how to compute the dominant eigenvalue using the Power Method, and demonstrates its practical application in optimizing team formation by grouping members based on the components of the leading eigenvector.

eigenvalueeigenvectorlinear algebra
0 likes · 7 min read
How the Power Method Finds the Largest Eigenvalue and Solves Team‑Formation Problems
Baidu Tech Salon
Baidu Tech Salon
Jul 23, 2024 · Artificial Intelligence

Linear Algebra Fundamentals and PaddlePaddle Applications

The article reviews core linear algebra concepts—vectors, matrices, eigenvalues, and transformations—and demonstrates how PaddlePaddle’s paddle.linalg API enables practical tasks such as least‑squares regression, image compression via SVD, PCA‑based dimensionality reduction, and broader machine‑learning, graphics, cryptography, and optimization applications.

PCAPaddlePaddleSVD
0 likes · 10 min read
Linear Algebra Fundamentals and PaddlePaddle Applications
Python Programming Learning Circle
Python Programming Learning Circle
Jun 24, 2024 · Fundamentals

Python List Comprehensions and Linear Algebra: From Simple Loops to Matrix Operations

This article demonstrates how Python’s expressive syntax—especially list comprehensions, dictionary and tuple comprehensions, and conditional expressions—can be used to implement fundamental linear‑algebra operations such as vector scaling, dot products, matrix transposition, projection, distance calculation, and even a one‑line linear solver, all illustrated with clear code examples.

Code ExamplesEducationalPython
0 likes · 15 min read
Python List Comprehensions and Linear Algebra: From Simple Loops to Matrix Operations
Model Perspective
Model Perspective
Dec 18, 2022 · Fundamentals

Can the Massey Method Predict the World Cup Winner? A Data‑Driven Ranking Study

This article explains the Massey ranking method, shows how to build the required matrices and vectors from World Cup match data, implements the model in Python, and compares three scoring strategies to forecast whether Argentina or France will win the tournament.

Massey methodWorld Cup predictiondata analysis
0 likes · 11 min read
Can the Massey Method Predict the World Cup Winner? A Data‑Driven Ranking Study
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 23, 2022 · Frontend Development

Combining and Inverting 3D Transformations Using Matrices

This article explains how to represent, combine, and invert 2D and 3D transformations with matrices, demonstrates rotation around arbitrary axes, scaling in any direction, and provides JavaScript code for generating rotation matrices in WebGL contexts.

3D transformationJavaScriptWebGL
0 likes · 12 min read
Combining and Inverting 3D Transformations Using Matrices
Model Perspective
Model Perspective
Nov 11, 2022 · Fundamentals

Mastering Matrix Operations: From Basics to Inverse Techniques

This article outlines fundamental matrix concepts—including addition and multiplication properties, transpose rules, identity and elementary matrices, and algorithms for computing inverse matrices—while providing illustrative examples and key proofs for each topic.

elementary matrixinverse matrixlinear algebra
0 likes · 4 min read
Mastering Matrix Operations: From Basics to Inverse Techniques
Model Perspective
Model Perspective
Nov 11, 2022 · Fundamentals

What Are Elementary Matrix Transformations and Why They Matter

This article explains elementary row and column transformations of matrices, their role in defining matrix equivalence, the characteristics of reduced row‑echelon form, equivalence classes, k‑order minors, the definition and properties of matrix rank, and the distinction between homogeneous and non‑homogeneous linear systems.

equivalencelinear algebramatrix
0 likes · 4 min read
What Are Elementary Matrix Transformations and Why They Matter
Model Perspective
Model Perspective
Nov 11, 2022 · Fundamentals

Unlock Linear Algebra & Matrix Calculus: Curated Resources for Python Learners

This article compiles a series of Chinese WeChat posts covering linear algebra, calculus, matrix‑vector differentiation, and Python libraries such as NumPy and SciPy, providing direct links for each topic to help learners deepen their mathematical and programming foundations.

NumPyPythonSciPy
0 likes · 4 min read
Unlock Linear Algebra & Matrix Calculus: Curated Resources for Python Learners
Model Perspective
Model Perspective
Nov 11, 2022 · Fundamentals

Master Determinants: Cofactor Expansion, Triangular Matrices, and Cramer's Rule

This article explains how to compute 2×2 and 3×3 determinants, introduces cofactor expansion, discusses triangular matrices, outlines key determinant properties, and demonstrates Cramer's rule and the adjugate method for finding matrix inverses.

Cramer's rulecofactor expansiondeterminant
0 likes · 5 min read
Master Determinants: Cofactor Expansion, Triangular Matrices, and Cramer's Rule
Model Perspective
Model Perspective
Nov 11, 2022 · Fundamentals

Mastering Systems of Linear Equations: Gaussian Elimination and Augmented Matrices

This article explains how to represent linear equation systems using coefficient and constant vectors, introduces elimination methods such as substitution and Gaussian elimination, describes the three possible solution types, and details the construction and reduction of augmented matrices to reduced row‑echelon form.

Gaussian eliminationaugmented matrixlinear algebra
0 likes · 7 min read
Mastering Systems of Linear Equations: Gaussian Elimination and Augmented Matrices
Model Perspective
Model Perspective
Oct 16, 2022 · Fundamentals

How the Keener Method Quantifies Team Strength Using Eigenvectors

The Keener method assigns numerical ratings to competing teams by linking each team's score to its absolute strength, which depends on relative strength against opponents, and uses linear‑algebraic techniques such as eigenvectors and the Perron‑Frobenius theorem to derive consistent rankings.

Perron-FrobeniusRankingeigenvector
0 likes · 13 min read
How the Keener Method Quantifies Team Strength Using Eigenvectors
Model Perspective
Model Perspective
Oct 4, 2022 · Fundamentals

Unlocking Matrix Differential Calculus: A Practical Guide to Trace‑Based Derivatives

This article introduces matrix differential calculus, explains its relationship to scalar and vector differentials, outlines key properties such as addition, multiplication, transpose, trace and determinant rules, and demonstrates how to compute matrix‑vector derivatives using trace tricks.

Tracederivativesdifferential
0 likes · 6 min read
Unlocking Matrix Differential Calculus: A Practical Guide to Trace‑Based Derivatives
Model Perspective
Model Perspective
Sep 24, 2022 · Fundamentals

Master Numpy: Create Arrays, Perform Operations, and Harness Linear Algebra

This guide introduces Python's Numpy library, covering installation, array creation, indexing, slicing, reshaping, arithmetic operations, universal functions, and linear algebra tools such as matrix generation, multiplication, inversion, determinants, eigenvalues, and eigenvectors, providing code examples for each concept.

NumPyPythonarray
0 likes · 7 min read
Master Numpy: Create Arrays, Perform Operations, and Harness Linear Algebra
Model Perspective
Model Perspective
Sep 20, 2022 · Fundamentals

Why the Colley Rating Method Beats Simple Win‑Rate Rankings

The Colley rating method replaces plain win‑rate scores with a linear‑algebra system that accounts for opponent strength, providing fairer and more informative rankings for sports teams, as illustrated by a step‑by‑step example and matrix formulation.

Colley methodlinear algebrarating system
0 likes · 6 min read
Why the Colley Rating Method Beats Simple Win‑Rate Rankings
Model Perspective
Model Perspective
Sep 12, 2022 · Fundamentals

How the Massey Method Ranks College Football Teams Using Linear Algebra

An in‑depth look at the Massey rating system—originally devised by Kenneth Massey—to mathematically rank NCAA football teams using least‑squares, matrix equations, and derived offensive and defensive scores, illustrated with a five‑team example and detailed notation.

Massey methodcollege footballleast squares
0 likes · 8 min read
How the Massey Method Ranks College Football Teams Using Linear Algebra
Model Perspective
Model Perspective
Aug 17, 2022 · Fundamentals

Boost Python Linear Algebra Performance with SciPy.linalg

This article explains how SciPy’s linalg module, built on optimized BLAS/LAPACK libraries, extends NumPy’s linear algebra with faster routines and advanced algorithms, and demonstrates fitting a quadratic polynomial using least‑squares via a practical code example.

NumPyPythonSciPy
0 likes · 3 min read
Boost Python Linear Algebra Performance with SciPy.linalg