Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Written by Prashant Basnet
<section class="bg-white dark:bg-gray-900 px-4 py-8 max-w-2xl mx-auto text-gray-800 dark:text-gray-200">
<h1 class="text-2xl sm:text-3xl font-signature italic font-semibold text-center mb-4">
👋 Welcome — You’ve Landed on My Signature Page
</h1>
<p class="text-base sm:text-lg mb-4">
Hey, I’m <strong class="text-black dark:text-white">Prashant Basnet</strong> — software developmemt engineer at
<a href="https://unisala.com" class="text-indigo-600 dark:text-indigo-400 underline hover:no-underline" target="_blank" rel="noopener noreferrer">
Unisala.com
</a>.
</p>
<p class="text-base sm:text-lg mb-6">
You’re viewing my <strong>Signature</strong>, a digital space where I share what I’m learning, building, and reflecting on, all in one place.
</p>
<div class="border-l-4 border-indigo-400 dark:border-indigo-500 pl-4 italic mb-6 text-sm sm:text-base text-gray-700 dark:text-gray-400">
📍 Found this page via LinkedIn, my personal site, or a shared link?
<br />
This isn’t a traditional portfolio. It’s my public digital notebook where I document useful ideas, experiments, and lessons I’ve learned as I build.
</div>
<h2 class="text-lg font-semibold mb-2">What You’ll Find Here:</h2>
<ul class="list-disc list-inside space-y-1 text-sm sm:text-base">
<li>✍️ Thoughts on algorithms, systems, and software design</li>
<li>🧠 Insights from building at Unisala</li>
<li>🔗 Direct links to everything I’ve published on Unisala</li>
</ul>
</section>
What's a real world application of linear algebra?
Almost all of us, have used image resizing.
When you resize an image on your phone, you're actually using linear algebra!
The scaling operation can be represented as a simple matrix multiplication:
What is Linear Algebra?
🤔🤔
Algebra:
Branch of mathematics that uses letters & symbols to represent numbers & quantities in an equations. It's about finding unknown values & understanding relationships between variables.
Example:
In this algebraic equations:
solving this equations:
Breaking down what algebra is:
Algebra allows us to:
What is linear?
In mathematics, linear refers to a relationship or function that forms a straight line when graphed. It involves quantities that are directly proportional to each other. The key properties of linearity are:
Now let's introduce more concept on linear algebra:
Vectors and matrices are mathematical concepts that exist independently of linear algebra. They are used in various areas of mathematics & science.
However, linear algebra as a field heavily utilises & develops these concepts. It's not linear algebra borrowed these tools, but rather it grew around them & with them.
Linear Algebra:
Heavily utilises and develops concepts of vectors and matrices
Linear algebra provides a framework that:
Vectors and Matrices in Linear Algebra
While vectors & matrices existed before linear algebra was formalised as a field, linear algebra has significantly expanded our understanding & use of these tools.
Solving Force Vectors: Wind and Gravity Example
Given:
Step 1: Express vectors in (x, y) format
Step 2: Add vectors to find the resultant
Resultant
Step 3: Interpret the result
Step 4: Calculate the magnitude of the resultant force
Step 5: Calculate the angle of the resultant force
The negative angle indicates it's below the horizontal.
Conclusion:
The object will move with a force of approximately 4.47 units at an angle of 26.57° below the horizontal to the right.
#CSCE598 #linearAlgebra #Matrices #Vectors #ImageResizing #ImageRescaling
#ComputerScience #DataScience