JGKYM

Recent Notes

  • Resolving CUDA Initialization Errors with Accelerate in Kaggle Notebooks

    Jun 18, 2025

  • How We Find ROIs

    Jun 10, 2025

  • Deformable ROI Pooling–A Flexible Approach to Feature Extraction

    Jun 10, 2025

  • The Core Idea of Supervised Contrastive Learning

    Jun 08, 2025

  • Three Main Types of Distributed Training

    Jun 04, 2025

See 25 more →

Home

❯

Notes

❯

How to Find a Particular Solution?

How to Find a Particular Solution?

May 25, 20251 min read

  • linear-algebra

One way to find a particular solution to the Ax=b is to set all free variables to zero, then solve for the pivot variables.

Reference

MIT 18.06 Lecture 8 Summary, “Solving Ax=b: row reduced from R”


Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub