
Linear Algebra - 1.4 The Matrix Equation Ax=b
용어 정리 matrix equation (행렬 방정식) $ Ax = b $ Product of A and X x를 weights로 사용한 A의 columns의 linear combination이다. 즉, x는 scalar의 vector 이다. Matrix equation 풀기 ...

용어 정리 matrix equation (행렬 방정식) $ Ax = b $ Product of A and X x를 weights로 사용한 A의 columns의 linear combination이다. 즉, x는 scalar의 vector 이다. Matrix equation 풀기 ...

용어 정리 vectors in $ \mathbb{R}^{n} $ - algebraic properties (대수학적 성질) linear combination (선형 결합) vector equation (벡터 방정식) Span (공간을 포괄하다) Vectors in $ \mathbb{R}^{2} $ -...

An issue occurred where Unity Android Permission was not being removed. The READ_EXTERNAL_STORAGE permission, which is not even used, kept being included in the build. Root C...

용어 정리 A nonzero row or column (0이 아닌 행과 열) A leading entry of row (행의 선행 성분) Echelon form (사다리꼴) Reduced echelon form (기약 사다리꼴) Uniqueness of the Reduced Echelon Form (기약 ...

용어 정리 linear equation (선형 방정식) system of linear equation (선형 방정식 계) solution set (해의 집합) consistent - exactly one solution, infinitely many solutions inconsistent - no sol...

Localization Manager (StringManager) Making Localization easier and reusable as a utility In this localization post, the main methods were either assigning the StringEvent component directly o...

This project was originally made as a portfolio piece to get hired. But it is also a project I want to truly complete by adding new features and fun elements. I fixed the overall character m...

iOS Memory Architecture Physical Memory (RAM) You cannot physically add more memory at runtime. Do not allocate beyond this limit. Physical memory usage != app VM allocation ...

Introduction Optimization is unavoidable in mobile game development. Unlike PC or console, mobile devices always run under three constraints: limited memory, thermal throttling, and battery drain....

Table of Contents 1. Unity Profiler structure 2. Profiler threads 3. Sample stack vs call stack 4. About markers 5. Finding bottlenecks 6. Graphics batching Unity Profiler A...