<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Obsidian Vault]]></title><description><![CDATA[Obsidian digital garden]]></description><link>http://github.com/dylang/node-rss</link><image><url>site-lib/media/favicon.png</url><title>Obsidian Vault</title><link/></image><generator>Webpage HTML Export plugin for Obsidian</generator><lastBuildDate>Thu, 16 Jul 2026 04:55:34 GMT</lastBuildDate><atom:link href="site-lib/rss.xml" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Jul 2026 04:51:03 GMT</pubDate><ttl>60</ttl><dc:creator/><item><title><![CDATA[Kafka]]></title><description><![CDATA[Apache Kafka is a distributed messaging system for logging or messaging with low latency.Kafka uses a distributed system of data where producers send data to the brokers, the consumers sends requests to the brokers to get the data. The data is synced via Apache Zookeeper.The data is set up as a <a data-tooltip-position="top" aria-label="Linear Structures > Queue" data-href="Linear Structures#Queue" href="coms-data-structures/linear-structures.html#Queue" class="internal-link" target="_self" rel="noopener nofollow">Queue</a> within the broker. The metadata is stored within the client and not the server which saves overhead. However, because of this, the server can't determine when all clients have consumed the message. The file is deleted after 7 days as a measure to flush old data.txtParquet: Colum based Data
Avro: Row based Data (Different Params)RS:
Hedwig
NATS (Go)
Red Panda (C++)
Partition Management
Spark (Data)
Avro (File Format)
Protocol Buffer]]></description><link>rs-whitepapers/kafka.html</link><guid isPermaLink="false">RS Whitepapers/Kafka.md</guid><pubDate>Fri, 26 Jun 2026 03:27:24 GMT</pubDate></item><item><title><![CDATA[Method of Least Squares]]></title><description><![CDATA[The Method of Least Squares determines the line of best fit by minimizing the total mean squares.Consider a company that is capable of producing 400 units of product per year. Any demand above 400 is lost.Let the demand over the past 8 years be as followsThe trend, when plotted, appears to increase in linear fashion.The demand data has components of a trend and randomness]]></description><link>rs-machine-learning/method-of-least-squares.html</link><guid isPermaLink="false">RS Machine Learning/Method of Least Squares.md</guid><pubDate>Fri, 26 Jun 2026 02:06:55 GMT</pubDate></item><item><title><![CDATA[F-Statistic]]></title><description><![CDATA[The F Statistic is a measure of whether using a constant value or a linear trend is more effective for describing a trendFor a sample mean of the sum of the differences between all values of and is given by ]]></description><link>rs-machine-learning/f-statistic.html</link><guid isPermaLink="false">RS Machine Learning/F-Statistic.md</guid><pubDate>Thu, 18 Jun 2026 00:04:02 GMT</pubDate></item><item><title><![CDATA[Inventory Decision Analysis]]></title><description><![CDATA[For a business that handles product with a deterministic demand, the following considerations will need to be taken for stock
The cost to buy enough inventory
The cost to order inventory
the cost to hold inventory
The stockroom can buy enough inventory to last the entire year (but the cost to hold inventory might be costly) or can place smaller orders thorough the year (though the cost of ordering might be costly)Inventory Decision Analysis examines the optimal ordering size, Economical Order Quantity and frequency to extract the maximum valueEconomical Order Quantity: (EOQ) The order size that will minimize the total cost of ordering and holding for a given demand
Lead Time: (LT) The amount of time between placing an order and the arrival of that orderA corporation buys its inventory of product (tires) at an average cost of per tire, the demand is fixed at 180 tires per day
There is an ordering cost of per order
There is an holding cost of per tire per yearFind the Economical Order QuantityFor this example, assume the cost of ordering and holding is independent of other productsThe total quantity of tires the company would need to buy annually isThe cost of the tire itself will not depend on the size of the order nor its frequency so we can get a baseline of the cost of the tires alone annuallyFor the deterministic inventory decision, let the single decision variable be the size of the order each time a order is placedThe objective now is to minimize the total annual cost which can be given byThere can also be maximum and minimum quantity limits on the order, for this example let's assume that tire manufacturer has a minimum and maximum limit on the size of the orderThe annual cost of ordering and holding can then be formulatedInventory on Hand
In this example, the inventory on hand is simplified to be half of the order size , this assumes constant demand and is an average of the real cost of holding per ordering cycle
After which, the total annual cost can be determinedThis function is then minimized to achieve an optimal order size of tiresSimilar to <a data-href="Sensitivity Analysis" href="rs-decision-analysis/sensitivity-analysis.html" class="internal-link" target="_self" rel="noopener nofollow">Sensitivity Analysis</a> for a <a data-href="Make Buy Decision" href="rs-decision-analysis/make-buy-decision.html" class="internal-link" target="_self" rel="noopener nofollow">Make Buy Decision</a>, the Sensitivity Analysis for Inventory Decision Analysis deals with the effects of changes in the parameters to its decisionConsider the example from above, if the demand is lower, the annual cost of ordering the tires will differIn this case the optimal order size will be tires<br>If the demand of the for a product becomes variable then the Inventory Decision becomes a <a data-href="Stochastic Decision" href="rs-decision-analysis/stochastic-decision.html" class="internal-link" target="_self" rel="noopener nofollow">Stochastic Decision</a>For a deterministic demand , the reorder rate (also known as the Reorder Point ) can also be deterministicIn the case of stochastic demand, the demand is at a variable rateFor a inventory decision analysis with stochastic demand, two decisions are required
What is the Working Stock that minimizes total annual cost?
What is the amount of Safety Stock that should be carried?
The stockroom can have two different types of stocks, though the product is identical: the Working Stock and the Safety StockWorking Stock: The general stock used for EOQ order size or POQ production sizeSafety Stock: Additional overhead outside of the working stock in cases of abnormally high demand]]></description><link>rs-decision-analysis/inventory-decision-analysis.html</link><guid isPermaLink="false">RS Decision Analysis/Inventory Decision Analysis.md</guid><pubDate>Wed, 10 Jun 2026 18:59:01 GMT</pubDate></item><item><title><![CDATA[Sharpe Ratio]]></title><description><![CDATA[A Sharpe Ratio measures the volatility and associated return per risk for an investment]]></description><link>rs-decision-analysis/sharpe-ratio.html</link><guid isPermaLink="false">RS Decision Analysis/Sharpe Ratio.md</guid><pubDate>Sat, 06 Jun 2026 21:47:13 GMT</pubDate></item><item><title><![CDATA[Sensitivity Analysis]]></title><description><![CDATA[The action taken in a <a data-href="Make Buy Decision" href="rs-decision-analysis/make-buy-decision.html" class="internal-link" target="_self" rel="noopener nofollow">Make Buy Decision</a> depends on the fixed prices of costs, Sensitivity Analysis measures the effects of changes to these prices<br>Consider the <a data-tooltip-position="top" aria-label="Make Buy Decision > Example" data-href="Make Buy Decision#Example" href="rs-decision-analysis/make-buy-decision.html#Example_0" class="internal-link" target="_self" rel="noopener nofollow">Hospital Example</a> from the Make Buy Decision and how the DOG machine costs monthlyExamine the sensitivity of the make buy decision if the monthly cost of the machine ranges from to $$1.2MRecall that the linear equation for the cost and revenue of the machine can be given as soBy varying the fixed cost of the machine, we can achieve a range of costsWith this, we can analytically find the new break even pointsThe effect of the fixed monthly cost of the machine to the required demand can be calculated as]]></description><link>rs-decision-analysis/sensitivity-analysis.html</link><guid isPermaLink="false">RS Decision Analysis/Sensitivity Analysis.md</guid><pubDate>Sat, 06 Jun 2026 02:11:04 GMT</pubDate></item><item><title><![CDATA[Net Present Value Method]]></title><description><![CDATA[The Net Present Value Method accounts for the fact that returns in the future may not have a much value as returns now, the initial cost is then subtracted to get the total present value profitIf then the investment is a worthwhile investment financially, other considerations may need to be taken to accountIf then the investment is not worthwhile financially but may be implement for other reasonsA company is investing in a machine to help with manufacture a new series of product the machine costs and the prevailing annual interest rate is Determine the Net Present Value of the expected Revenue Flow for the next years (lifespan of the lathe) belowWe can find the <a data-href="Present Value" href="rs-decision-analysis/present-value.html" class="internal-link" target="_self" rel="noopener nofollow">Present Value</a> of the revenue for each yearSo that we get a sum of Subtracting the initial cost of , we can get the final present value profitThe interest rate which makes is called the internal rate of return ]]></description><link>rs-decision-analysis/net-present-value-method.html</link><guid isPermaLink="false">RS Decision Analysis/Net Present Value Method.md</guid><pubDate>Sat, 06 Jun 2026 00:46:49 GMT</pubDate></item><item><title><![CDATA[Capital Recovery Factor]]></title><description><![CDATA[The Capital Recovery Factor is used to amortize a lump sum debt over equal payments and can be used to model mortgages or general loansA house developer plans to mortgage a home over years at yearly interest
What is the annual payment for a potential buyer of that home?The <a data-tooltip-position="top" aria-label="Present Value > Uniform Present Value" data-href="Present Value#Uniform Present Value" href="rs-decision-analysis/present-value.html#Uniform Present Value" class="internal-link" target="_self" rel="noopener nofollow">Uniform Present Value</a> in years of today at an annual interest is centsThe buyer must pay cents annually over years at interest to match dollar loaned todayTherefore the buyer mortgaging the home can expect to pay annually]]></description><link>rs-decision-analysis/capital-recovery-factor.html</link><guid isPermaLink="false">RS Decision Analysis/Capital Recovery Factor.md</guid><pubDate>Fri, 05 Jun 2026 23:26:15 GMT</pubDate></item><item><title><![CDATA[Present Value]]></title><description><![CDATA[The Present Value (PV) of is the value today of a future revenue or a flow of future revenuesConsider an interest account with a yearly interest
What is the present value of in yearsTo find the present value, the target amount must be divided by the compounded interest rateThe amount of now and in years is equal when considering present valueThe Uniform Present Value is the present value of a sequence of future revenuesIf the return on investment is fixed at yearly, determine the uniform present value of the following sequence of equal year end revenuesThe present value for year one isAnd such for year twoThe sums of all of the present values for all years is then]]></description><link>rs-decision-analysis/present-value.html</link><guid isPermaLink="false">RS Decision Analysis/Present Value.md</guid><pubDate>Fri, 05 Jun 2026 23:22:36 GMT</pubDate></item><item><title><![CDATA[Time Value of Money]]></title><description><![CDATA[The concept of the Time Value of Money relies on the principle that
Money today may have greater value than money in the future
A smaller amount of money today may be equal to more great value than a larger amount in the future
]]></description><link>rs-decision-analysis/time-value-of-money.html</link><guid isPermaLink="false">RS Decision Analysis/Time Value of Money.md</guid><pubDate>Fri, 05 Jun 2026 23:22:32 GMT</pubDate></item><item><title><![CDATA[Compound Interest]]></title><description><![CDATA[Compound Interest determines the amount of revenue that accrues if a sum is left in an interest bearing accountIf were to be invested at interest and compounded annually, what will be revenue accrued after years?At the end of the first year the balance on the account would beAt the end of the second yearThis can be generalized to yearsWhere after years the total amount of revenue can be computed]]></description><link>rs-decision-analysis/compound-interest.html</link><guid isPermaLink="false">RS Decision Analysis/Compound Interest.md</guid><pubDate>Thu, 04 Jun 2026 19:52:00 GMT</pubDate></item><item><title><![CDATA[Make Buy Decision]]></title><description><![CDATA[A Make vs. Buy Decision is when there is a choice to producing a product in house verses buying it from a manufacturer. The cost of producing a product in house entails a recurring fixed cost and a variable cost per productfixed cost: Cost of overhead, that does not change with the amount of goods produced
variable cost: Cost of each product that changes with the amount of goods producedThe Break Even Volume is the volume of units sold in a Make Buy Decision needs to exceed both the fixed cost and variable costA break even volume can be the volume of demand that a product needs to meet to be economically viable A hospital is considering purchasing a Digitalized Orthogonal Gastrointestinal (DOG) scanner. The fixed cost associated with purchasing the DOG, remodeling, hiring and training totals approximately per year over the next ten years— the expected life of the DOG. The variable cost to Mercy Hospital per DOG scan averages however, the hospital can charge per scan.Assume the expected demand for DOG scans is a Normal Random Variable with expected value and standard deviation , what is the probability the hospital will lose money in a given year?The equation for the expected cost of the operation of the DOG per year can be model as soAnd likewise for the expected revenue from the DOG per yearFrom this we can see that the break even volume is at DOG scansThe probability that the hospital can lose money can be modeled as the probability that the <a data-href="Normal Distribution" href="apma-probability/normal-distribution.html" class="internal-link" target="_self" rel="noopener nofollow">Normal Distribution</a> will have a demand of less than scans]]></description><link>rs-decision-analysis/make-buy-decision.html</link><guid isPermaLink="false">RS Decision Analysis/Make Buy Decision.md</guid><pubDate>Thu, 04 Jun 2026 19:27:29 GMT</pubDate></item><item><title><![CDATA[Stochastic Decision]]></title><description><![CDATA[A Stochastic Decision involves a probabilistic environment where the parameters of actions are not exactly knownA stochastic decision might be that a supermarket can only place orders of cereal in box orders, if the monthly demand is provided the <a data-href="Normal Distribution" href="apma-probability/normal-distribution.html" class="internal-link" target="_self" rel="noopener nofollow">Normal Distribution</a>, , when should the next order of cereal take place so that the demand can be met with a confidence intervalA Simple Stochastic Decision has few parameters and/or few possible alternative actions. It is assumed that there is uncertainty in a small amount of parametersInventory Analysis with Stochastic Demand is an example of a simple stochastic decisionA complex Stochastic Decision have a large amount of parameters and actions. It can be assumed that there is uncertainty in numerous parameters in the analysisQueueing Analysis is an example of a complex stochastic decisionAnalytical Analysis
For a Complex Stochastic Decision, there are only a few techniques in which the decision can be solve analytically, the most complex decision must be made using simulation
]]></description><link>rs-decision-analysis/stochastic-decision.html</link><guid isPermaLink="false">RS Decision Analysis/Stochastic Decision.md</guid><pubDate>Wed, 03 Jun 2026 22:31:14 GMT</pubDate></item><item><title><![CDATA[AC Steady State]]></title><description><![CDATA[In AC Steady State, the transient responses have died out and the circuit is driven fully by a sinusoidal sourceTo analyze AC steady state circuits
Replace all components with its <a data-href="Impedance" href="elen-intro-to-electrical/impedance.html" class="internal-link" target="_self" rel="noopener nofollow">Impedance</a>
Analyze the circuit with impedance like a DC non time-dependent circuit
<br>Instead of analyzing resistance in a like in a <a data-href="DC Steady State" href="elen-intro-to-electrical/dc-steady-state.html" class="internal-link" target="_self" rel="noopener nofollow">DC Steady State</a> circuit, we analyze <a data-href="Impedance" href="elen-intro-to-electrical/impedance.html" class="internal-link" target="_self" rel="noopener nofollow">Impedance</a>In AC circuits, filters can cut out waves of certain frequenciesA lowpass filter, as the name suggests, only allows lower frequencies to pass<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/c07d614f-3b26-486c-97a7-d72c4bb116f1" filesource="ELEN Intro to Electrical/AC Steady State Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The voltage of a low pass filter can be calculated by using steady state analysisFind phase of the magnitudeThen thereforeThe frequency response for a low pass filter is shown belowFrequency Response
The graph depicts a response in the frequency domain in decibels and not voltage Similar to a lowpass filter, a highpass filter only allows higher frequencies through<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/59ec83e4-f62f-4d9f-b159-d81defc05cd1" filesource="ELEN Intro to Electrical/AC Steady State Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Similar to a low pass filter, the voltage of a high pass filter can be calculatedThereforeThe frequency response for a high pass filter in decibels is shown below]]></description><link>elen-intro-to-electrical/ac-steady-state.html</link><guid isPermaLink="false">ELEN Intro to Electrical/AC Steady State.md</guid><pubDate>Wed, 03 Jun 2026 22:24:31 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Deterministic Decision]]></title><description><![CDATA[A Deterministic Decision involves a choice of actions in which the parameters of actions are fixedA deterministic decision might be that a supermarket can only place orders of cereal in box orders, if the demand if exactly per month, how often should the store place an order.A Simple Deterministic Decision is one where there is few parameters per action or few alternative actions to considerA Complex Deterministic Decision is one where there can be a large number of parameters or possible actions but the parameters of the analysis are assumed to be fixedLinear Programming is an example of how a very large number of possibilities can be sorted to determine the best course of action]]></description><link>rs-decision-analysis/deterministic-decision.html</link><guid isPermaLink="false">RS Decision Analysis/Deterministic Decision.md</guid><pubDate>Wed, 03 Jun 2026 21:22:35 GMT</pubDate></item><item><title><![CDATA[Expected Value of Information]]></title><description><![CDATA[In certain situations there exists an option to pay for more information, if the information gathered increases the likelihood that better decision is made, that information has an <a data-href="Expected Value" href="apma-probability/expected-value.html" class="internal-link" target="_self" rel="noopener nofollow">Expected Value</a>]]></description><link>rs-decision-analysis/expected-value-of-information.html</link><guid isPermaLink="false">RS Decision Analysis/Expected Value of Information.md</guid><pubDate>Mon, 01 Jun 2026 00:52:12 GMT</pubDate></item><item><title><![CDATA[Utility]]></title><description><![CDATA[Utility is the payoff or a cost of an outcome that is either difficult or impossible to measure
In this case, instead of using an absolute amount as a payoff or cost, a utility can be usedA utility is based on its relativistic worth to the decision maker and is by definition <a data-tooltip-position="top" aria-label="Subjective Probability" data-href="Subjective Probability" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Subjective</a>The utility of an outcome can be represented by the notationConsider a set of outcomes as follows<br>While the <a data-href="Expected Value" href="apma-probability/expected-value.html" class="internal-link" target="_self" rel="noopener nofollow">Expected Value</a> of each outcome can not be calculated the Utility of all outcomes can be compared as follows]]></description><link>rs-decision-analysis/utility.html</link><guid isPermaLink="false">RS Decision Analysis/Utility.md</guid><pubDate>Mon, 01 Jun 2026 00:46:53 GMT</pubDate></item><item><title><![CDATA[Memory Layout]]></title><description><![CDATA[In a C executable, the memory is stored as below]]></description><link>coms-advanced-programming/memory-layout.html</link><guid isPermaLink="false">COMS Advanced Programming/Memory Layout.md</guid><pubDate>Mon, 01 Jun 2026 00:38:05 GMT</pubDate></item><item><title><![CDATA[Sequential Decision Trees]]></title><description><![CDATA[Sequential Decision Trees can be used in a situation where multiple, sequential decisions are to be made in a stochastic environment]]></description><link>rs-decision-analysis/sequential-decision-trees.html</link><guid isPermaLink="false">RS Decision Analysis/Sequential Decision Trees.md</guid><pubDate>Mon, 01 Jun 2026 00:37:56 GMT</pubDate></item><item><title><![CDATA[Decision Trees]]></title><description><![CDATA[Decision Trees are an alternative way to visualizing a <a data-href="Decision Matrix" href="rs-decision-analysis/decision-matrix.html" class="internal-link" target="_self" rel="noopener nofollow">Decision Matrix</a>
Like decision matrices, decision trees include actions with its associated outcomes, probabilities, and payoff or costsDecision trees are however, a generalization of a decision matrix where each action may not exactly have the same outcomes and probabilities<br>Decision trees typical use the <a data-href="Expected Value Decision" href="rs-decision-analysis/expected-value-decision.html" class="internal-link" target="_self" rel="noopener nofollow">Expected Value Decision</a> criterion and does not typically use <a data-tooltip-position="top" aria-label="Maximin Decision" data-href="Maximin Decision" href="rs-decision-analysis/maximin-decision.html" class="internal-link" target="_self" rel="noopener nofollow">Maximin or Minimax Decision</a> criterionsA decision tree typically has a as an action node
And typically has a as an outcome node<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/ae9b8947-d61f-4cb9-9fc9-d3e3d5c26f9c" filesource="RS Decision Analysis/Decision Trees Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">A supermarket chain is deciding whether to make or buy a type of cereal for their storesThe cost to make the cereal is a fixed monthly cost with a variable cost of per boxThe cost to buy from an outside source is per boxThe monthly demand for that type of cereal is found to be belowIn this scenario there are two actions that can be taken which will originate from a Each out decision will have three separate outcomes which will originate from a <br>The <a data-href="Expected Value" href="apma-probability/expected-value.html" class="internal-link" target="_self" rel="noopener nofollow">Expected Value</a> (of the cost) can be given via the equationThe cost is then computed for each outcome in a decision tree<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/5ce604fe-9ba8-4909-98a9-21ff4cf39eb5" filesource="RS Decision Analysis/Decision Trees Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The decision can then be simplified at each decision pointFrom this the lowest cost decision can be made]]></description><link>rs-decision-analysis/decision-trees.html</link><guid isPermaLink="false">RS Decision Analysis/Decision Trees.md</guid><pubDate>Mon, 01 Jun 2026 00:22:54 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Decision Trees Example_1]]></title><link>rs-decision-analysis/decision-trees-example_1.excalidraw.html</link><guid isPermaLink="false">RS Decision Analysis/Decision Trees Example_1.excalidraw.md</guid><pubDate>Mon, 01 Jun 2026 00:21:56 GMT</pubDate></item><item><title><![CDATA[Decision Trees Example_0]]></title><link>rs-decision-analysis/decision-trees-example_0.excalidraw.html</link><guid isPermaLink="false">RS Decision Analysis/Decision Trees Example_0.excalidraw.md</guid><pubDate>Mon, 01 Jun 2026 00:19:42 GMT</pubDate></item><item><title><![CDATA[Decision Trees Example]]></title><link>rs-decision-analysis/decision-trees-example.excalidraw.html</link><guid isPermaLink="false">RS Decision Analysis/Decision Trees Example.excalidraw.md</guid><pubDate>Sun, 31 May 2026 17:48:09 GMT</pubDate></item><item><title><![CDATA[Decision Matrix]]></title><description><![CDATA[A Decision Matrix is a type of <a data-href="Matrix" href="apma-intro-to-applied/matrix.html" class="internal-link" target="_self" rel="noopener nofollow">Matrix</a> that lists possible actions along its outcomes, probabilities (if any), and payoff or costs]]></description><link>rs-decision-analysis/decision-matrix.html</link><guid isPermaLink="false">RS Decision Analysis/Decision Matrix.md</guid><pubDate>Sun, 31 May 2026 03:01:32 GMT</pubDate></item><item><title><![CDATA[Expected Value Decision]]></title><description><![CDATA[The Expected Value Decision is used to chose the best of many <a data-tooltip-position="top" aria-label="Action" data-href="Action" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Actions</a> in a stochastic environment, the expected value decision choses the action determined by the maximum expected payoff and the lowest expected cost<br>Optimal Action
While expected value decision chooses the best actions in any given action set, it may not necessarily be the most <a data-tooltip-position="top" aria-label="Action > Optimal Action" data-href="Action#Optimal Action" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Optimal Action</a>
The most optimal action will only be chosen when it is in the set of all available actions
Consider the a decision where someone is trying to go to work but there is a chance of raining
The available actions are:
Stay at Home
Go to work without umbrella
Go to work with an umbrella
For this scenario, the umbrella is large and cumbersomeThe probabilities for rain are:
Rain: No Rain: <br>And us the <a data-href="Decision Matrix" href="rs-decision-analysis/decision-matrix.html" class="internal-link" target="_self" rel="noopener nofollow">Decision Matrix</a> can be given byGiven this there should never be a reason to stay at home since it will always result in a net loss <br>The <a data-href="Expected Value" href="apma-probability/expected-value.html" class="internal-link" target="_self" rel="noopener nofollow">Expected Value</a> of the rest of the action/outcome pairs can be calculatedAccording to the expected payoff table, going without an umbrella is the best possible action in this scenario with an expected payoff of ]]></description><link>rs-decision-analysis/expected-value-decision.html</link><guid isPermaLink="false">RS Decision Analysis/Expected Value Decision.md</guid><pubDate>Sun, 31 May 2026 03:00:18 GMT</pubDate></item><item><title><![CDATA[Maximin Decision]]></title><description><![CDATA[A Maximin Decision is often used when where certain stochastic outcome probabilities are unknownMinimax Decision
Some analysis requires the use of minimax decision instead of maximin
Maximin decision factors payoff while minimax decision factors cost
Consider the <a data-href="Decision Matrix" href="rs-decision-analysis/decision-matrix.html" class="internal-link" target="_self" rel="noopener nofollow">Decision Matrix</a> of the scenario introduced in <a data-tooltip-position="top" aria-label="Expected Value Decision > Example" data-href="Expected Value Decision#Example" href="rs-decision-analysis/expected-value-decision.html#Example_0" class="internal-link" target="_self" rel="noopener nofollow">Expected Value Decision</a>If the probabilities for rain is not given then we must consider the minimum payoff for each action
Stay at Home Go Without Umbrella Go With Umbrella The maximin decision chooses the maximum of the set of minimum payoff of the available actions which would equate to going to work with an umbrellaBecause of this, the maximin decision usually leads to a conservative decision]]></description><link>rs-decision-analysis/maximin-decision.html</link><guid isPermaLink="false">RS Decision Analysis/Maximin Decision.md</guid><pubDate>Sun, 31 May 2026 03:00:08 GMT</pubDate></item><item><title><![CDATA[Bayer's Theorem]]></title><description><![CDATA[Consider a situation where several mutually exclusive events have been determined along with their initial probabilities Now consider an events that changes the probabilities of these events, now the updated probabilities are Bayer's Theorem can be used to update the probabilities as soWhich can be simplified using the <a data-href="Law of Conditional Probability" href="apma-probability/law-of-conditional-probability.html" class="internal-link" target="_self" rel="noopener nofollow">Law of Conditional Probability</a>From set theoryAnd by substituting the law of conditional probability So the full form of Bayer's Theorem for updating a single probability can be given byFor all and Note that Bayer's Theorem will only work when]]></description><link>apma-probability/bayer's-theorem.html</link><guid isPermaLink="false">APMA Probability/Bayer's Theorem.md</guid><pubDate>Fri, 29 May 2026 22:21:35 GMT</pubDate></item><item><title><![CDATA[Law of Conditional Probability]]></title><description><![CDATA[The Law of Conditional Probability can be used to find the probability that an event will occur given event has occurred which can be written as The law as followsThe law only works when Two coins are flipped, what is the probability that both coins lands on heads given that one coin has landed on headsThe sample space is as followsThe original probability of both coins landing heads is one out of four outcomes or If one coin lands head, the sample space then becomesThe probability then becomes one out of two outcomes or This is given by the law of conditional probability as soWhereThe because we're in the original sample space , the event of one heads and either heads of tails and only heads only share one outcome out of four Therefore]]></description><link>apma-probability/law-of-conditional-probability.html</link><guid isPermaLink="false">APMA Probability/Law of Conditional Probability.md</guid><pubDate>Fri, 29 May 2026 21:58:47 GMT</pubDate></item><item><title><![CDATA[Exponential Distribution]]></title><description><![CDATA[The Exponential Distribution for a <a data-href="Stochastic" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Stochastic</a> process is a continuous, non negative distribution specified by one parameter: its <a data-href="Expected Value" href="apma-probability/expected-value.html" class="internal-link" target="_self" rel="noopener nofollow">Expected Value</a> The probability distribution for a random variable is given byThe expected value is given by The variance is given by The standard deviation is also given by <br>Unlike both the <a data-href="Normal Distribution" href="apma-probability/normal-distribution.html" class="internal-link" target="_self" rel="noopener nofollow">Normal Distribution</a> and <a data-href="Poisson Distribution" href="apma-probability/poisson-distribution.html" class="internal-link" target="_self" rel="noopener nofollow">Poisson Distribution</a>, the cumulative distribution can be given as a closed form expressionWhere <br>Consider a server that processes information with an exponential distribution with an <a data-href="Expected Value" href="apma-probability/expected-value.html" class="internal-link" target="_self" rel="noopener nofollow">Expected Value</a> of What is the probability that a request gets processed in less than From taking the equation of an exponential distributionAnd substitution our parameters]]></description><link>apma-probability/exponential-distribution.html</link><guid isPermaLink="false">APMA Probability/Exponential Distribution.md</guid><pubDate>Fri, 29 May 2026 21:38:14 GMT</pubDate></item><item><title><![CDATA[Poisson Distribution]]></title><description><![CDATA[The Poisson Distribution, which means fish in <a data-tooltip-position="top" aria-label="The Entirety of the French Language" data-href="The Entirety of the French Language" href="the-entirety-of-the-french-language.html" class="internal-link" target="_self" rel="noopener nofollow">French</a>, is a distribution for a <a data-href="Stochastic" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Stochastic</a> process represented by only one parameter: its <a data-href="Expected Value" href="apma-probability/expected-value.html" class="internal-link" target="_self" rel="noopener nofollow">Expected Value</a> For a random variable with the poisson distribution<br>Unlike a <a data-href="Normal Distribution" href="apma-probability/normal-distribution.html" class="internal-link" target="_self" rel="noopener nofollow">Normal Distribution</a>, the poisson distribution is not symmetric along its expected value, instead it has a tail towards <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/7d6178f8-700f-43da-acd0-a1a13ff69c99" filesource="APMA Probability/Poisson Distribution Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-probability/poisson-distribution.html</link><guid isPermaLink="false">APMA Probability/Poisson Distribution.md</guid><pubDate>Fri, 29 May 2026 21:25:15 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Electric Field of Continuous Charge]]></title><description><![CDATA[<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/86a542f1-88c4-4afc-ae62-6cf91cbdc472" filesource="PHYS Elec Magn/Electric Field of Continuous Charge Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Where is the distance from to is the vector form to Consider a ring along the axis<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/4f36a358-25aa-4fad-8460-243245e51706" filesource="PHYS Elec Magn/Electric Field of Continuous Charge Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/electric-field-of-continuous-charge.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Field of Continuous Charge.md</guid><pubDate>Fri, 29 May 2026 21:23:27 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Poisson Distribution Example]]></title><link>apma-probability/poisson-distribution-example.excalidraw.html</link><guid isPermaLink="false">APMA Probability/Poisson Distribution Example.excalidraw.md</guid><pubDate>Fri, 29 May 2026 21:21:34 GMT</pubDate></item><item><title><![CDATA[Normal Distribution]]></title><description><![CDATA[A normal or gaussian distribution is a distribution of a real-world random variable specified by two parameters, the <a data-href="Expected Value" href="apma-probability/expected-value.html" class="internal-link" target="_self" rel="noopener nofollow">Expected Value</a> and the <a data-href="Standard Deviation" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Standard Deviation</a> The normal distribution can be represented via The position of the curve is determined by the The height of the curve is determined by the <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/c2a71c8c-b32c-4db1-8448-e3f0d39b92a7" filesource="APMA Probability/Normal Distribution Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Probability in a Normal Curve
The area of a normal curve is equal the probability of that domain occurring
The total area of a normal curve is always equal to ]]></description><link>apma-probability/normal-distribution.html</link><guid isPermaLink="false">APMA Probability/Normal Distribution.md</guid><pubDate>Fri, 29 May 2026 21:13:07 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Normal Distribution Example]]></title><link>apma-probability/normal-distribution-example.excalidraw.html</link><guid isPermaLink="false">APMA Probability/Normal Distribution Example.excalidraw.md</guid><pubDate>Fri, 29 May 2026 21:06:06 GMT</pubDate></item><item><title><![CDATA[Expected Value]]></title><description><![CDATA[Expected Value is the averaged expected value among all numbered outcomes of <a data-href="Sample Space" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Sample Space</a>A an expected value of a random variable is often denoted as or The expected value of a common die of six sides can be given as belowHowever, is not rollable number on the die, it just represents the average value of the dice roll as the amount of rolls approach infinity]]></description><link>apma-probability/expected-value.html</link><guid isPermaLink="false">APMA Probability/Expected Value.md</guid><pubDate>Fri, 29 May 2026 20:59:13 GMT</pubDate></item><item><title><![CDATA[Event Operations]]></title><description><![CDATA[Operations can be applied to <a data-tooltip-position="top" aria-label="Event" data-href="Event" href="apma-probability/event.html" class="internal-link" target="_self" rel="noopener nofollow">Events</a> similar to Set OperationsThe union between events and describes the set of outcomes of the events or or bothA union is generally notated as The intersection between events and describes the set of outcomes shared by both and An intersection is generally notated as If the intersection between and is empty, then and are mutually exclusive<br>The complement of event describes the set of outcomes in the <a data-href="Sample Space" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Sample Space</a> that are not the outcomes of A complete is often represented as a hat The union of an event and its complements can be given as so SinceComplements also follow the equality<br>Where is the entire <a data-href="Sample Space" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Sample Space</a>Consider three coins being flipped , and let event be at least one heads being flipped
Find the followingThe outcomes of is any case where there are at least one heads and at most two tails And the outcomes of is all outcomes that doesn't contain Since contains out of the outcomesThe probability of can be calculated two ways]]></description><link>apma-probability/event-operations.html</link><guid isPermaLink="false">APMA Probability/Event Operations.md</guid><pubDate>Fri, 29 May 2026 04:10:18 GMT</pubDate></item><item><title><![CDATA[Event]]></title><description><![CDATA[An event is a subset of all possible outcomes in a <a data-href="Sample Space" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Sample Space</a>It is often denoted as a capital letter after a probability functionThe event contains the sum of the probabilities of all outcomes Consider three coins being tossed with being the probability for heads and being the probability for tailsThe probabilities of these eventsCan be given as such]]></description><link>apma-probability/event.html</link><guid isPermaLink="false">APMA Probability/Event.md</guid><pubDate>Thu, 28 May 2026 21:28:21 GMT</pubDate></item><item><title><![CDATA[Basic Probability]]></title><description><![CDATA[A probability is the change that an outcome will occur from a space of all possible outcomesConsider a coin toss, the probability that heads will land is and that probability that tails will land is also ]]></description><link>apma-probability/basic-probability.html</link><guid isPermaLink="false">APMA Probability/Basic Probability.md</guid><pubDate>Thu, 28 May 2026 21:11:44 GMT</pubDate></item><item><title><![CDATA[Faraday's Law Example]]></title><link>phys-elec-magn/faraday's-law-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Faraday's Law Example.excalidraw.md</guid><pubDate>Wed, 13 May 2026 18:44:51 GMT</pubDate></item><item><title><![CDATA[Faraday's Law]]></title><description><![CDATA[The change in magnetic flux over a closed loop causes an induced voltage as an <a data-href="Electromotive Force" href="phys-elec-magn/electromotive-force.html" class="internal-link" target="_self" rel="noopener nofollow">Electromotive Force</a>Where<br>Negative EMF
The EMF generated is negative of the change in magnetic flux because of <a data-href="Lenz's Law" href="phys-elec-magn/lenz's-law.html" class="internal-link" target="_self" rel="noopener nofollow">Lenz's Law</a>
Consider two parallel wires with a resistor connecting it and a moving conductive rod<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/a19f4c2e-0c72-43f4-95cc-6f6be6b9ba08" filesource="PHYS Elec Magn/Faraday's Law Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Consider a wire with a current and a moving closed loop of wire<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/37533803-e647-48b6-93c6-d0473e45bbd6" filesource="PHYS Elec Magn/Faraday's Law Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/faraday's-law.html</link><guid isPermaLink="false">PHYS Elec Magn/Faraday's Law.md</guid><pubDate>Wed, 13 May 2026 17:32:47 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Current]]></title><description><![CDATA[CurrentCurrent is flow of positive charge, it's denoted by ( for fixed currents)
Current is measured in Amperes and is a standard <a data-href="SI Unit" href="phys-intro-physics/si-unit.html" class="internal-link" target="_self" rel="noopener nofollow">SI Unit</a> <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/0cb3078e-9ef9-4cd7-bf6d-2a928612fe26" filesource="ELEN Intro to Electrical/Current Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Flow of positive charge
Current is the flow of positive charge while electrons contain negative charge, in reality electrons flow the opposite direction from the current
Since charge carriers do not travel in a straight line, drift velocity measures the general velocity of charge carriers<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/ac844d08-f565-4f80-aeb9-2384a25c10f7" filesource="ELEN Intro to Electrical/Current Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The current density is the measure of the flow of current per unit area and is dependent on drift velocity]]></description><link>phys-elec-magn/current.html</link><guid isPermaLink="false">PHYS Elec Magn/Current.md</guid><pubDate>Wed, 13 May 2026 17:26:16 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Ampere's Law]]></title><description><![CDATA[The magnetic field along a closed path is proportional to the enclosed currentWhere is the <a data-tooltip-position="top" aria-label="Current > Current Density" data-href="Current#Current Density" href="phys-elec-magn/current.html#Current Density" class="internal-link" target="_self" rel="noopener nofollow">Current Density</a><br>Amperean Loop
Similar to a <a data-tooltip-position="top" aria-label="Gauss's Law" data-href="Gauss's Law" href="phys-elec-magn/gauss's-law.html" class="internal-link" target="_self" rel="noopener nofollow">Gaussian surface</a>, the loop in which the magnetic field is integrated over is arbitrary
Consider a solenoid where the region within the solenoid is a straight magnetic field<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/45228020-a5d7-4d19-894f-2d8f1c5c6499" filesource="PHYS Elec Magn/Ampere's Law Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The inner magnetic field can be found using Ampere's law<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/9facebf4-2693-4feb-a64d-5f416741275a" filesource="PHYS Elec Magn/Ampere's Law Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/ampere's-law.html</link><guid isPermaLink="false">PHYS Elec Magn/Ampere's Law.md</guid><pubDate>Wed, 13 May 2026 17:23:48 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Poynting Vector]]></title><description><![CDATA[The poynting vector conveys the direction and intensity of an <a data-href="Electromagnetic Wave" href="phys-elec-magn/electromagnetic-wave.html" class="internal-link" target="_self" rel="noopener nofollow">Electromagnetic Wave</a>The direction of the poynting vector is always in the direction of the electromagnetic wave no matter the phase<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/48b3528b-f2d4-40fa-943c-09fd25adbfd3" filesource="PHYS Elec Magn/Poynting Vector Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>The time average of the Poynting vector is the intensity of a <a data-href="Wave" href="chem-gen-chem/wave.html" class="internal-link" target="_self" rel="noopener nofollow">Wave</a>Where is the intensity
And where is the power
And where is the area]]></description><link>phys-elec-magn/poynting-vector.html</link><guid isPermaLink="false">PHYS Elec Magn/Poynting Vector.md</guid><pubDate>Wed, 13 May 2026 16:22:22 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Poynting Vector Example]]></title><link>phys-elec-magn/poynting-vector-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Poynting Vector Example.excalidraw.md</guid><pubDate>Wed, 13 May 2026 16:20:37 GMT</pubDate></item><item><title><![CDATA[Capacitance]]></title><description><![CDATA[Capacitance is a measure of potential charge given in units of faradsThe capacitance of a system only depends on the geometry of the system.To find the potential of conductorTherefore the equations of the potential across a conductorFor capacitors in seriesFor capacitors in parallelConsider two parallel plates of area and charge that are distance away<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/e6b55c50-eaf2-4f4c-8f61-bf419c5435ab" filesource="PHYS Elec Magn/Capacitance Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>The <a data-href="Electric Potential" href="phys-elec-magn/electric-potential.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Potential</a> of the two plates can be found via Consider bringing in charges from infinity, the work needed to bring the first charge is zero
The work needed to bring the second charge is <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/602df28c-ad07-46d2-bc61-d169f1fe33e6" filesource="PHYS Elec Magn/Capacitance Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Generally it can be given asConverting to energyAnd since<br>Where is the energy stored
The energy within a capacitor is stored within the <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a><br>
<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/4ce24d34-8dda-495c-8fe6-e8cca04dfddd" filesource="PHYS Elec Magn/Capacitance Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">
Consider two spherical shells<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/eead0d01-d556-4f39-b567-4e6ec5042b06" filesource="PHYS Elec Magn/Capacitance Example_2.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The time it takes to charge a capacitor is proportional to the total resistance and capacitance in the circuitUsing , we can find the charge of a capacitor as function of time]]></description><link>phys-elec-magn/capacitance.html</link><guid isPermaLink="false">PHYS Elec Magn/Capacitance.md</guid><pubDate>Wed, 13 May 2026 16:05:15 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Electric Potential]]></title><description><![CDATA[The electric potential is the energy held by a charge due to surrounding <a data-tooltip-position="top" aria-label="Electric Field" data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Fields</a>For a point chargeElectric potential has units of or or voltsIn mechanics, work is dependent on displacementWorkWork is defined as the amount amount of force applied over a distanceTherefore the total work done over a distance is equal to the change in kinetic energy between the two distances Potential Energy Kinetic EnergyIn a system where energy is conserved<br>For <a data-tooltip-position="top" aria-label="Conservative Force" data-href="Conservative Force" href="phys-intro-physics/conservative-force.html" class="internal-link" target="_self" rel="noopener nofollow">Conservative Forces</a>, the path of the object does not affect the total work done by the force Since electric fields are conservative, the work is equal to the total displacement done by electric fieldsThe change in potential energy of given work isThen the change electric potential given the potential isPotential vs Electric Potential
Potential energy and electric potential energy is not the same, while potential energy behaves similarly to mechanics, electric potential energy depends on the charge of the object
Find the electric potential between two charged spherical shells<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/f0537b66-6195-44b3-bc18-a0a411c1fa77" filesource="PHYS Elec Magn/Electric Potential Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The electric potential and the electric field has the relation ofMeaning the electric potential can be found from the electric field and vise versa<br>Find the electric potential of a source then use it to solve for the <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/2cddd8b6-9784-4be8-96d2-dc1f62de477f" filesource="PHYS Elec Magn/Electric Potential Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Find the electric potential of a uniformly charged rod<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/c8a00d62-a4f1-4f44-98b6-f4559d2e75dd" filesource="PHYS Elec Magn/Electric Potential Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/electric-potential.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Potential.md</guid><pubDate>Tue, 12 May 2026 22:28:55 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Magnetic Dipole]]></title><description><![CDATA[Magnets usually have a north and a south pole which is called the dipoleThe magnetic field over an enclosed area must be zero Therefore, magnetic monopoles can not existThe the magnetic dipole moment is the direction and strength of a the magnetic field from a source that induces a magnetic field <img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/0cd25aa0-dd87-4a69-9faf-04d218b92280" filesource="PHYS Elec Magn/Magnetic Dipole Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The magnetic dipole moment is defined as]]></description><link>phys-elec-magn/magnetic-dipole.html</link><guid isPermaLink="false">PHYS Elec Magn/Magnetic Dipole.md</guid><pubDate>Tue, 12 May 2026 21:52:06 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Coulomb's Law]]></title><description><![CDATA[Coulomb's Law represents the <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a> created by two charges]]></description><link>phys-elec-magn/coulomb's-law.html</link><guid isPermaLink="false">PHYS Elec Magn/Coulomb's Law.md</guid><pubDate>Tue, 12 May 2026 21:12:53 GMT</pubDate></item><item><title><![CDATA[Node Analysis Example_0]]></title><link>elen-intro-to-electrical/node-analysis-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Node Analysis Example_0.excalidraw.md</guid><pubDate>Mon, 11 May 2026 05:35:34 GMT</pubDate></item><item><title><![CDATA[Serotonin]]></title><description><![CDATA[NH₂NHHO]]></description><link>chem-gen-chem/serotonin.html</link><guid isPermaLink="false">CHEM Gen Chem/Serotonin.md</guid><pubDate>Mon, 11 May 2026 04:20:19 GMT</pubDate></item><item><title><![CDATA[Oxidation Numbers]]></title><description><![CDATA[<a data-href="Formal Charge" href="chem-gen-chem/formal-charge.html" class="internal-link" target="_self" rel="noopener nofollow">Formal Charge</a> and oxidation numbers are two extremes of election assignmentWhen a bond splits homolytically, the electrons are hypothetically split apart evenly so each atom receives one electron. This gives a formal charge of for both atoms.When a bond splits heterolytically, one atom, usually the more electronegative one receives both electrons. This gives a oxidation charge of and The actual charge is intermediate between the two extremes, both of these models are hypothetical representations.homolytically: splits evenly
heterolytically: splits unevenly, favoring one side
Fluorine always has an oxidation number of Oxygen usually has an oxidation number of Hydrogen has an oxidation number of when bounded to nonmetals but when bounded to metals
The sum of the oxidation numbers is the charge on a molecule.Find the charge of is assigned The molecule has a charge of ]]></description><link>chem-gen-chem/oxidation-numbers.html</link><guid isPermaLink="false">CHEM Gen Chem/Oxidation Numbers.md</guid><pubDate>Mon, 11 May 2026 04:16:52 GMT</pubDate></item><item><title><![CDATA[Equations]]></title><description><![CDATA[
Current Law: Voltage Law: Series: Parallel: Series: Parallel: Voltage Divider: Current Divider: RC circuit: RL circuit: Natural Response (1st order): Resonant Frequency: Ideal assumptions: (virtual short), (no input current)Diode (Shockley): where at room tempBJT: MOSFET (Saturation): where MOSFET (Triode/Linear): De Morgan's: Key Identities: Euler's: → |z| = \sqrt{a^2+b^2}\theta = \tan^{-1}!\left(\frac{b}{a}\right)$Multiply: magnitudes multiply, angles add.
Divide: magnitudes divide, angles subtract.Transfer Function: ]]></description><link>elen-intro-to-electrical/equations.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Equations.md</guid><pubDate>Mon, 11 May 2026 01:25:31 GMT</pubDate></item><item><title><![CDATA[Diode]]></title><description><![CDATA[A diode is an active component that only allows current through one way of the component]]></description><link>elen-intro-to-electrical/diode.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Diode.md</guid><pubDate>Sat, 09 May 2026 23:24:38 GMT</pubDate></item><item><title><![CDATA[AC Steady State Example_0]]></title><link>elen-intro-to-electrical/ac-steady-state-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/AC Steady State Example_0.excalidraw.md</guid><pubDate>Sat, 09 May 2026 22:37:55 GMT</pubDate></item><item><title><![CDATA[AC Steady State Example]]></title><link>elen-intro-to-electrical/ac-steady-state-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/AC Steady State Example.excalidraw.md</guid><pubDate>Sat, 09 May 2026 22:15:24 GMT</pubDate></item><item><title><![CDATA[Impedance]]></title><description><![CDATA[Impedance is a generalization of resistance in AC circuits, it is generally represented byWhere is a sinusoidal voltage
And is a sinusoidal currentSimilar to <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Resistor" data-href="ELEN Intro to Electrical/Resistor" href="elen-intro-to-electrical/resistor.html" class="internal-link" target="_self" rel="noopener nofollow">resistance</a>, impedance is measured in <br>A <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Resistor" data-href="ELEN Intro to Electrical/Resistor" href="elen-intro-to-electrical/resistor.html" class="internal-link" target="_self" rel="noopener nofollow">Resistor</a> will always have an impedance of its resistanceFor dynamic elements such as capacitors and inductors, their resistance can be calculated via using Let's consider the voltage of both componentsWe assume that the current is always a complex sinusoidal function Simplifying Per the form ]]></description><link>elen-intro-to-electrical/impedance.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Impedance.md</guid><pubDate>Sat, 09 May 2026 21:04:10 GMT</pubDate></item><item><title><![CDATA[DC Steady State]]></title><description><![CDATA[In time dependent circuit, a steady state is achieved after a significant amount of time when there is no longer a change in voltage or currentTo analyze DC steady state circuits
Replace all <a data-tooltip-position="top" aria-label="Inductor" data-href="Inductor" href="elen-intro-to-electrical/inductor.html" class="internal-link" target="_self" rel="noopener nofollow">Inductors</a> with open circuits
<br>Replace all <a data-tooltip-position="top" aria-label="Capacitor" data-href="Capacitor" href="elen-intro-to-electrical/capacitor.html" class="internal-link" target="_self" rel="noopener nofollow">Capacitors</a> with short circuits
Analyze the resulting circuit like a non time-dependent circuit
In a steady state circuit the Consider this time dependent circuit<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/1e40cc3d-5099-4536-b03e-ea5e623707e6" filesource="ELEN Intro to Electrical/DC Steady State Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">After converting all time-dependent components into their steady state equivalents, we get this circuit<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/e111a1df-4e30-4153-85dd-cef00708455e" filesource="ELEN Intro to Electrical/DC Steady State Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Now solving for the remaining systemAnd since the remaining system is in steady state (no voltage or current changes)The capacitor has no current (open circuit) and the voltage of And the inductor has no current (short circuit) and the current of Because this system has both a capacitor and an inductor we need to take into account two time constantsSince the circuit reaches steady state in approximately , we take the longer value]]></description><link>elen-intro-to-electrical/dc-steady-state.html</link><guid isPermaLink="false">ELEN Intro to Electrical/DC Steady State.md</guid><pubDate>Sat, 09 May 2026 20:36:28 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[DC Steady State Example_0]]></title><link>elen-intro-to-electrical/dc-steady-state-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/DC Steady State Example_0.excalidraw.md</guid><pubDate>Sat, 09 May 2026 18:08:40 GMT</pubDate></item><item><title><![CDATA[DC Steady State Example]]></title><link>elen-intro-to-electrical/dc-steady-state-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/DC Steady State Example.excalidraw.md</guid><pubDate>Sat, 09 May 2026 18:08:31 GMT</pubDate></item><item><title><![CDATA[Capacitor]]></title><description><![CDATA[Capacitors store charge between its two plates and stores energy between the plates via an <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a>The capacitor is given by this symbol<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/11fa6eac-8e5e-42c2-8da7-49587c9b0cfa" filesource="ELEN Intro to Electrical/Capacitor Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The capacitance is read from a three-digit code XYZ where:
X and Y are significant figures
Z is the multiplier (power of 10 to multiply by)
Examples 103K = 10 × 10³ pF = 10,000 pF = 10 nF, ±10% tolerance
105 = 10 × 10⁵ pF = 1,000,000 pF = 1 µF (tolerance typically ±20% if not specified)
221 = 22 × 10¹ pF = 220 pF The charge stored in a capacitor can be determined via<br>Where is the <a data-href="Capacitance" href="phys-elec-magn/capacitance.html" class="internal-link" target="_self" rel="noopener nofollow">Capacitance</a> of the capacitorAnd as Capacitors store energy equal to one half of the conductivity of the inductor times voltage squared<br>This energy is usually stored within a dielectric as a <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a> <br>Unlike, <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Resistor" data-href="ELEN Intro to Electrical/Resistor" href="elen-intro-to-electrical/resistor.html" class="internal-link" target="_self" rel="noopener nofollow">Resistors</a>, capacitors in series divide all voltage across all capacitorsVoltage and Current
While resistors in parallel share a voltage split current, capacitors in series will usually share a common current and split voltage
Capacitors in parallel combine their capacitance<br>When paired with a resistor in a <a data-href="RC Circuit" href=".html" class="internal-link" target="_self" rel="noopener nofollow">RC Circuit</a>, a capacitor charges and discharges according to the time constantA capacitor reaches approximately 63% of its final voltage after one and is considered fully charged after ]]></description><link>elen-intro-to-electrical/capacitor.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Capacitor.md</guid><pubDate>Fri, 08 May 2026 04:33:49 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Capacitor Example]]></title><link>elen-intro-to-electrical/capacitor-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Capacitor Example.excalidraw.md</guid><pubDate>Fri, 08 May 2026 04:23:43 GMT</pubDate></item><item><title><![CDATA[Resistor]]></title><description><![CDATA[ A resistor adds resistance to a line of current, any medium that can resist a current (like a wire) can be treated like a resistor, resistors always absorb energy
Resistors are often the most ideal componentsideal: Ideal components do not draw current nor supply current The resistor is given by this symbol<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/4785f9ca-09bf-4e51-8254-78238c85d2cb" filesource="ELEN Intro to Electrical/Resistor Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>Europe Standards
In Europe, resistors are defined by a different symbol
<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/55d3f14f-c938-433c-a73f-e1cbe25a84e9" filesource="ELEN Intro to Electrical/Resistor Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">
The resistance of a resistor can be determined by using a color code system.Ohm's Law relates voltage and current through a resistor Ohm's Law
Ohm's Law is only meant to be used for resistors, therefore it can not be generalized to non resisting components
The root mean square gives the mean of a set of, of continuos, numbers
This is useful for measuring sine/alternating waves in AC voltagesResistors in series combine their resistanceResistors in parallel divide the current between all resistorsJustification for resistors in parallel<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/5a918a99-bcc6-4325-b279-303e1844bae7" filesource="ELEN Intro to Electrical/Resistor Example_5.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">If then If then For resistors in series, the total resistance is always greater than the largest value
For resistors in parallel the total resistance is always lesser than the smallest valueIn certain cases, the resistance of an entire circuit (in series) can be combined into a single resistor<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/df3e074a-a0ed-4771-9edc-78679cacb4ec" filesource="ELEN Intro to Electrical/Resistor Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The resistance of a resistors can be variable by shifting the contact between two points, changing the resistance<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/d66f1f76-8874-427c-b10f-5f687d52c7c7" filesource="ELEN Intro to Electrical/Resistor Example_2.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">An electric guitar uses variable resistors to control volume and tone<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/6aa4a7e9-9f4b-403f-a152-f467c664b437" filesource="ELEN Intro to Electrical/Resistor Example_6.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The temperature coefficient of a resistor is the variation in resistance given changes in temperature<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/8689ded2-58e9-4fc0-a9bc-715307f44f1b" filesource="ELEN Intro to Electrical/Resistor Example_4.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>An ohmeter measures the resistance by <a data-tooltip-position="top" aria-label="Electrical Meter > Voltmeter" data-href="Electrical Meter#Voltmeter" href="elen-intro-to-electrical/electrical-meter.html#Voltmeter" class="internal-link" target="_self" rel="noopener nofollow">measuring the voltage</a> of a predictable current source<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/d12e07fa-eb68-4a2f-940c-426d60f9ce38" filesource="ELEN Intro to Electrical/Resistor Example_3.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>elen-intro-to-electrical/resistor.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Resistor.md</guid><pubDate>Fri, 08 May 2026 04:12:32 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Operational Amplifier]]></title><description><![CDATA[An operation amplifier (Op Amp) takes in a positive and negative voltage then outputs a multiple the difference of the two inputsThe op amp is drawn as a triangle, the voltage source is often emitted <img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/c68ac269-d92f-4338-8b4d-5c6084e4f5f0" filesource="ELEN Intro to Electrical/Operational Amplifier Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The op amp does not draw current, instead, it uses a outside voltage sourceThe gain is often large but never exceeds the external power supplyThe gain of the Op Amp is heavily variable, it subject to changes in temperature, humidity, and background conditionsConsider this op-amp circuit<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/c88addef-67b8-46a2-a051-f610413cd4f9" filesource="ELEN Intro to Electrical/Operational Amplifier Example_11.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">If is slightly higher than then will be Vice versa, if is slightly lower than then will be Consider the system<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/ae86cd82-c08b-4e14-a7e8-9476a649779c" filesource="ELEN Intro to Electrical/Operational Amplifier Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Component multiples input into while component takes a fraction of and feeds it into the negative of the input sumThe system can be modeled asSo to double the input , must be In electronics, an op amp can be used to double voltage as follows<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/ee0bdaa1-2945-44a2-b7f6-dc96f4a2db3a" filesource="ELEN Intro to Electrical/Operational Amplifier Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">For Op Amps with feedback, if the voltage then there is no gain or <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/141de5e8-30e0-4299-aea2-a6e32ee1f2a1" filesource="ELEN Intro to Electrical/Operational Amplifier Example_2.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">This is called a virtual shortZero Voltage
If the voltage is zero, then the voltage output is not zero, it would be solved differently than Consider a sensor and a speaker output with a <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/840885f8-40ab-4b2d-a3ed-660ec5d88bb1" filesource="ELEN Intro to Electrical/Operational Amplifier Example_3.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Because the sensor will often not have enough voltage to power the speaker
An op amp can be used to amplify current in a circuit known as the Unity Gain Circuit<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/73422a2b-dd61-4e28-86dc-261c45a7a81e" filesource="ELEN Intro to Electrical/Operational Amplifier Example_4.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The voltage can be model as followsBecause And therefore the input of the sensor is unchanged while the current is amplifiedIf a system is linear, an input
signal will produce equivalent output signal
However, for non-linear systems, the output will not be equivalent<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/10de622a-9d21-4cc7-829a-a84c37199fc1" filesource="ELEN Intro to Electrical/Operational Amplifier Example_5.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The op amp can filter distortion by using a feedback loop<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/df001015-4816-4a69-9c56-833be2a76bdc" filesource="ELEN Intro to Electrical/Operational Amplifier Example_6.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">An op amp can be tested for negative feedback using the following process
Remove op amp from circuit
Set all voltage and current sources to zero
Place a voltage source at op amp's former output node
If any part of the that voltage gets to the input's negative terminal, then there is negative feedback
Consider this circuit<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/b734fdb5-de8a-4ef4-acae-57a8f963a657" filesource="ELEN Intro to Electrical/Operational Amplifier Example_8.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Since the voltage of the test source reaches the negative terminal
The circuit has a feedback loopNow consider this circuit<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/96b0fa48-3646-413f-8aaa-3bb03a68c100" filesource="ELEN Intro to Electrical/Operational Amplifier Example_9.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">While the current reaches the negative terminal, the negative terminal is connected to ground so therefore no voltage reaches the negative terminal
The circuit does not have a negative feedback loopNow consider this cat<br>
<img src="https://imgs.search.brave.com/6HTmkrs86xIbHszERypQBVSqhAIY9u7Z4AQSoL1C1I0/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5pc3RvY2twaG90/by5jb20vaWQvMTg3/MTMyOTczNS9waG90/by9jYXRzLW5vc2Uu/anBnP3M9NjEyeDYx/MiZ3PTAmaz0yMCZj/PVVHWGgtS21yTm9Z/Tl9va05zM2tlWmFm/M1VHMUZ1akRmMVFN/djlvNDRmbTQ9" referrerpolicy="no-referrer" target="_self" class="is-unresolved" style="max-width: 100%;">Isn't he silly.Finally, consider this circuit<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/06cf83b4-a670-400d-9481-7edc9d9831ec" filesource="ELEN Intro to Electrical/Operational Amplifier Example_10.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Since neither the current nor the voltage reaches the negative input terminal
The circuit does not have a negative feedback loopThere are two types of amplifiers using Op Amps, inverting and noninvertingNoninverting amplifiers amplify the signal voltage in phase with the input<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/f4ff4e55-af3c-4bad-ac3c-f835ecc74822" filesource="ELEN Intro to Electrical/Operational Amplifier Example_12.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Where the amplification factor is a function of the resistorsVoltage Follower
A buffer can be created when is close to 0 and is close to infinity (or removed)
Inverting amplifiers amplify the signal voltage opposite of the phase of the input<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/eb1d0733-06b1-4598-8d8a-e709726160b7" filesource="ELEN Intro to Electrical/Operational Amplifier Example_13.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Where the amplification factor is a function of the resistors]]></description><link>elen-intro-to-electrical/operational-amplifier.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier.md</guid><pubDate>Fri, 08 May 2026 04:11:37 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Operational Amplifier Example_13]]></title><link>elen-intro-to-electrical/operational-amplifier-example_13.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_13.excalidraw.md</guid><pubDate>Fri, 08 May 2026 04:08:12 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_12]]></title><link>elen-intro-to-electrical/operational-amplifier-example_12.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_12.excalidraw.md</guid><pubDate>Fri, 08 May 2026 03:59:07 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_11]]></title><link>elen-intro-to-electrical/operational-amplifier-example_11.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_11.excalidraw.md</guid><pubDate>Fri, 08 May 2026 03:40:01 GMT</pubDate></item><item><title><![CDATA[Thevenin and Norton Theorems]]></title><description><![CDATA[Both Thevenin and Norton theorems both rely on the principle that any linear circuit can be treated as a simplified circuit with two terminals.linear circuit: A circuit with output that's linearly proportional to the inputThevenin equivalence assumes the circuit has an open circuit voltage and a <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Resistor > Parasitic Resistor" data-href="ELEN Intro to Electrical/Resistor#Parasitic Resistor" href="elen-intro-to-electrical/resistor.html#Parasitic Resistor" class="internal-link" target="_self" rel="noopener nofollow">Parasitic Resistor</a> in series (assuming all voltage sources are turned off)<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/19b1a74f-a553-498a-9415-4d48cabca1e4" filesource="ELEN Intro to Electrical/Thevenin and Norton Theorems Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>Norton equivalence assumes the circuit has a short circuit current and a <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Resistor > Parasitic Resistor" data-href="ELEN Intro to Electrical/Resistor#Parasitic Resistor" href="elen-intro-to-electrical/resistor.html#Parasitic Resistor" class="internal-link" target="_self" rel="noopener nofollow">Parasitic Resistor</a> in parallel<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/0265e364-2a39-4dd8-ac68-96a860098e74" filesource="ELEN Intro to Electrical/Thevenin and Norton Theorems Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Consider this circuit to find the voltage difference between A and B<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/ea02d95b-478e-4bc4-a0f8-71f305c52e92" filesource="ELEN Intro to Electrical/Thevenin and Norton Theorems Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The voltage difference between A and Ground is <br>The <a data-href="Node" href="elen-intro-to-electrical/node.html" class="internal-link" target="_self" rel="noopener nofollow">Node</a> C acts as a port to a voltage divider between A and Ground<br>Since no current flows through the <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Resistor" data-href="ELEN Intro to Electrical/Resistor" href="elen-intro-to-electrical/resistor.html" class="internal-link" target="_self" rel="noopener nofollow">Resistor</a>, the Thevenin voltage equivalence is ]]></description><link>elen-intro-to-electrical/thevenin-and-norton-theorems.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Thevenin and Norton Theorems.md</guid><pubDate>Thu, 07 May 2026 21:14:37 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Thevenin and Norton Theorems Example_1]]></title><link>elen-intro-to-electrical/thevenin-and-norton-theorems-example_1.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Thevenin and Norton Theorems Example_1.excalidraw.md</guid><pubDate>Thu, 07 May 2026 21:10:20 GMT</pubDate></item><item><title><![CDATA[Thevenin and Norton Theorems Example]]></title><link>elen-intro-to-electrical/thevenin-and-norton-theorems-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Thevenin and Norton Theorems Example.excalidraw.md</guid><pubDate>Thu, 07 May 2026 20:58:32 GMT</pubDate></item><item><title><![CDATA[Thevenin and Norton Theorems Example_0]]></title><link>elen-intro-to-electrical/thevenin-and-norton-theorems-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Thevenin and Norton Theorems Example_0.excalidraw.md</guid><pubDate>Thu, 07 May 2026 20:58:19 GMT</pubDate></item><item><title><![CDATA[Node Analysis]]></title><description><![CDATA[<img src="elen-intro-to-electrical/node-analysis.png" target="_self">]]></description><link>elen-intro-to-electrical/node-analysis.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Node Analysis.png</guid><pubDate>Thu, 07 May 2026 19:49:58 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Node Analysis]]></title><description><![CDATA[Node Analysis is a set of procedures to solve simple circuitIt's steps are as follows:
Identify all <a data-tooltip-position="top" aria-label="Node" data-href="Node" href="elen-intro-to-electrical/node.html" class="internal-link" target="_self" rel="noopener nofollow">Nodes</a> Chose one node as a reference
Asking variable names to the rest of the nodes <br>Write <a data-tooltip-position="top" aria-label="Kirchhoff's Laws" data-href="Kirchhoff's Laws" href="elen-intro-to-electrical/kirchhoff's-laws.html" class="internal-link" target="_self" rel="noopener nofollow">KCL</a> at each unknown node
Solve resulting linear system for the the voltages
Use the voltages to solve for any needs currents
Consider a system of resistors<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/0610408b-1d03-408a-8ec3-d92530f6942c" filesource="ELEN Intro to Electrical/Node Analysis Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Using these equalities, solve for voltages via linear algebraThen use voltages along with KCL to solve for currents<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/aa0601a5-0d44-4f42-8a2d-3cff781bc4ec" filesource="ELEN Intro to Electrical/Node Analysis Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>elen-intro-to-electrical/node-analysis.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Node Analysis.md</guid><pubDate>Thu, 07 May 2026 19:49:55 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Node]]></title><description><![CDATA[A node is a junction with several paths, nodes are subject to <a data-href="Kirchhoff's Laws" href="elen-intro-to-electrical/kirchhoff's-laws.html" class="internal-link" target="_self" rel="noopener nofollow">Kirchhoff's Laws</a><br>Nodes are area of wire that connect two or more components, uses <a data-tooltip-position="top" aria-label="Kirchhoff's Laws > Current Law" data-href="Kirchhoff's Laws#Current Law" href="elen-intro-to-electrical/kirchhoff's-laws.html#Current Law" class="internal-link" target="_self" rel="noopener nofollow">KCL</a><br>Super Nodes are multiple nodes linked together (often linked with an ideal voltage source), uses <a data-tooltip-position="top" aria-label="Kirchhoff's Laws > Current Law" data-href="Kirchhoff's Laws#Current Law" href="elen-intro-to-electrical/kirchhoff's-laws.html#Current Law" class="internal-link" target="_self" rel="noopener nofollow">KCL</a><br>Loops can be thought of as an independent system of voltages, all voltage additions must be accompanied by voltage drops, uses <a data-tooltip-position="top" aria-label="Kirchhoff's Laws > Voltage Law" data-href="Kirchhoff's Laws#Voltage Law" href="elen-intro-to-electrical/kirchhoff's-laws.html#Voltage Law" class="internal-link" target="_self" rel="noopener nofollow">KVL</a>]]></description><link>elen-intro-to-electrical/node.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Node.md</guid><pubDate>Thu, 07 May 2026 19:08:15 GMT</pubDate></item><item><title><![CDATA[Sockets]]></title><description><![CDATA[Sockets are channels of communication between two endpointsSome types of sockets includes Internet Sockets, UNIX Sockets, and sockets over Bluetooth, Radio, or other mediums of informationUDP is a single socket method of communication that's analogous to postal mail. While the size of information transmitted might be high, there is no guarantee of delivery, and the route of each packet might be differentTCP is a single socket method of communication that's analogous to a telephone call. The size of each individual packet is small but the stream is continuous Sockets can be identified by a combination of their host IP Address and Port NumberWhile multiple services can exist within a host, only one process can occupy a port number at a timeThe connection of a socket follows a series of protocols starting with the socket function
The socket function initializes the socket connection between the hostsint socket(int domain, int type, int protocol)Where domain is the protocol family
AF_INET for IPv4
AF_INET6 for IPv6Where type is the semantic of the communication
SOCK_STREAM for TCP
SOCK_DGRAM for UDPWhere protocol is the specific protocol and is usually 0After the socket() is established the connection can be bound via bindint bind(int sockfd, const struct sockaddr *addr, socklen_t addrlen)Where sockfd is the socket identifier, the return value of socket()
Where sockaddr is the protocol specific struct
Where addrlen is the size of the address in bytesByte Ordering
With little endian, the least significant byte is stored at the lowest address.
With big endian, the least significant byte is stored at the highest address.
While LINUX uses little endian, TCP/IP uses big endian
After the bind(), the listen function can be called to mark the server as a passive server, a passive server, or a server that can accept incoming connections via acceptint listen(int sockfd, int backlog)The accept function waits for a request to come in, this blocks the process until a request arrivesint accept(int sockfd, struct sockaddr *addr, socketlen_t *addrlen)]]></description><link>coms-advanced-programming/sockets.html</link><guid isPermaLink="false">COMS Advanced Programming/Sockets.md</guid><pubDate>Sun, 03 May 2026 06:51:06 GMT</pubDate></item><item><title><![CDATA[Process]]></title><description><![CDATA[A process is a executable unit that handles a single programA zombie process is a process where termination of the process has not been handledA zombie process can be created by failing to wait before the child process is finishedAn orphan process is a process where the parent process no longer existsThis can happen is the parent process exits before the child process is finished or if the parent process does not wait for the child processOrphans are created when their parents die (either through killing them directly or by natural causes). Because their parents do not exist, orphans are useless entities that can take up space and resources within the system at large while contributing nothing.It is then important to kill orphans as soon as possible to save on resources.
Orphans can be killed in any number of ways.The most popular way to kill orphan is via killkill -9 [Name of Orphan]
Below is a orphan killing algorithm#!/bin/bash
# Kill orphan processes: user-space processes re-parented to init (PPID=1) GRACE=5
MIN_AGE=60 while IFS= read -r pid comm; do [[ ! -s "/proc/$pid/cmdline" ]] &amp;&amp; continue uid=$(awk '/^Uid:/{print $2}' "/proc/$pid/status" 2&gt;/dev/null) [[ "${uid:-0}" -le 999 ]] &amp;&amp; continue age=$(( $(date +%s) - $(stat -c %Y "/proc/$pid" 2&gt;/dev/null || echo "$(date +%s)") )) [[ "$age" -lt "$MIN_AGE" ]] &amp;&amp; continue echo "Killing orphan: PID=$pid CMD=$comm UID=$uid AGE=${age}s" kill -TERM "$pid" 2&gt;/dev/null sleep "$GRACE" kill -0 "$pid" 2&gt;/dev/null &amp;&amp; kill -KILL "$pid" 2&gt;/dev/null
done &lt; &lt;(ps -eo pid=,ppid=,comm= | awk '$2 == 1 &amp;&amp; $1 != 1 {print $1, $3}')
]]></description><link>coms-advanced-programming/process.html</link><guid isPermaLink="false">COMS Advanced Programming/Process.md</guid><pubDate>Sun, 03 May 2026 03:50:49 GMT</pubDate></item><item><title><![CDATA[Protocol]]></title><description><![CDATA[A protocol is an agreement between two parties on a method of communication]]></description><link>coms-advanced-programming/protocol.html</link><guid isPermaLink="false">COMS Advanced Programming/Protocol.md</guid><pubDate>Sun, 03 May 2026 01:37:29 GMT</pubDate></item><item><title><![CDATA[Signal]]></title><description><![CDATA[A signal is a type of interrupt that change the flow of a program, they can communicate hardware level problems (such as division by 0), OS level exceptions (such as alarm) and process level requests (such as kill)Signals can be generated via functions such as the alarm and kill functionsunsigned int alarm(unsigned int seconds) sets and alarm and sends the SIGALRM signalint kill(pid_t pid, int sig) sends the specified signal to the process with the pidSignals can be handled with both signal and signactionWhen a signal is called, the operating system stops the program then passes the signal to the signal handler, the handler then processes the signal and returns control back to the programSignals used to be handled via the signal handler#include &lt;stdio.h&gt;
#include &lt;signal.h&gt;
#include &lt;unistd.h&gt; void sighandler(int signo) { if (signo == SIGINT) { printf("Received SIGINT\n"); }
} int main() { if (signal(SIGINT, sighandler) == SIG_ERR) { printf("Can't catch SIGINT\n"); } // A long sleep so we can issue a signal. while (1) { sleep(1); } return 0;
}
However, this way of handling lacks the ability to block other signals from being called during the handle process, signal also have different behavior on different systemsModern programs use sigaction which changes the way the process operates
The structure of the function call is as belowsint sigaction(int signum, const struct sigaction *act, struct sigaction *oldact)
Where signum can be any signal except SIGKILL or SIGSTOPstruct sigaction { void (*sa_handler)(int); void (*sa_sigaction)(int, siginfo_t *, void *); sigset_t sa_mask; int sa_flags; void (*sa_restorer)(void);
}
The mask sa_mask is the set of signals to block while the signal is being handled, the signal that triggered the handler is blocked by default#include &lt;signal.h&gt;
#include &lt;stdio.h&gt;
#include &lt;unistd.h&gt; void handle(int sig, siginfo_t *siginfo, void *context) { printf("Sending PID: %ld, UID: %ld\n", (long)siginfo-&gt;si_pid, (long)siginfo-&gt;si_uid);
} int main() { struct sigaction act = {0}; // Use the sa_sigaction field because the handle has two additional // parameters. act.sa_sigaction = handle; // The SA_SIGINFO flag tells sigaction() to use the sa_sigaction field, not // sa_handler. act.sa_flags = SA_SIGINFO; if (sigaction(SIGTERM, &amp;act, NULL) &lt; 0) { perror("sigaction"); return 1; } while (1) { sleep(1); } return 0;
}
A reentrant function is function that can safely be interrupted and restarted without causing issues
To be a reentrant function, the function must satisfy the following
It may not use global/shared resource
It should operate only with the data provided by the caller
It must call only other reentrant functions
]]></description><link>coms-advanced-programming/signal.html</link><guid isPermaLink="false">COMS Advanced Programming/Signal.md</guid><pubDate>Sun, 03 May 2026 01:36:33 GMT</pubDate></item><item><title><![CDATA[Lorentz Transformation Example_1]]></title><link>phys-elec-magn/lorentz-transformation-example_1.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Lorentz Transformation Example_1.excalidraw.md</guid><pubDate>Tue, 28 Apr 2026 14:41:33 GMT</pubDate></item><item><title><![CDATA[Lorentz Transformation]]></title><description><![CDATA[<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/6010572f-c306-4b61-b777-f3b7bf3a66b5" filesource="PHYS Elec Magn/Lorentz Transformation Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/fd6cb0c0-2360-45d1-ac57-f799dba20be0" filesource="PHYS Elec Magn/Lorentz Transformation Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/e6b387d0-6291-4261-86dc-34cf355057aa" filesource="PHYS Elec Magn/Lorentz Transformation Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/lorentz-transformation.html</link><guid isPermaLink="false">PHYS Elec Magn/Lorentz Transformation.md</guid><pubDate>Tue, 28 Apr 2026 14:34:35 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Lorentz Transformation Example_0]]></title><link>phys-elec-magn/lorentz-transformation-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Lorentz Transformation Example_0.excalidraw.md</guid><pubDate>Tue, 28 Apr 2026 14:33:54 GMT</pubDate></item><item><title><![CDATA[Lorentz Transformation Example]]></title><link>phys-elec-magn/lorentz-transformation-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Lorentz Transformation Example.excalidraw.md</guid><pubDate>Tue, 28 Apr 2026 14:26:56 GMT</pubDate></item><item><title><![CDATA[Electromagnetic Wave]]></title><description><![CDATA[As a wave travels, the <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a> and the <a data-href="Magnetic Field" href="phys-elec-magn/magnetic-field.html" class="internal-link" target="_self" rel="noopener nofollow">Magnetic Field</a> are orthogonal to the wave and each other<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/1bc4db06-fe52-4222-8d73-b9c4ac4208dc" filesource="PHYS Elec Magn/Electromagnetic Wave Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The speed of the wave is equal to The wavelength of the wave is equal to Consider Faraday's Law]]></description><link>phys-elec-magn/electromagnetic-wave.html</link><guid isPermaLink="false">PHYS Elec Magn/Electromagnetic Wave.md</guid><pubDate>Tue, 21 Apr 2026 15:08:23 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Electromagnetic Wave Example]]></title><link>phys-elec-magn/electromagnetic-wave-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electromagnetic Wave Example.excalidraw.md</guid><pubDate>Tue, 21 Apr 2026 14:40:04 GMT</pubDate></item><item><title><![CDATA[Self Inductance]]></title><description><![CDATA[Coils with a current source induces <a data-tooltip-position="top" aria-label="Magnetic Field" data-href="Magnetic Field" href="phys-elec-magn/magnetic-field.html" class="internal-link" target="_self" rel="noopener nofollow">Magnetic Fields</a> that then induces a current when that current source is off <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/24f5e0e8-fa8e-4576-8a9d-4a81fa65b579" filesource="PHYS Elec Magn/Self Inductance Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/self-inductance.html</link><guid isPermaLink="false">PHYS Elec Magn/Self Inductance.md</guid><pubDate>Tue, 14 Apr 2026 14:47:11 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Self Inductance Example]]></title><link>phys-elec-magn/self-inductance-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Self Inductance Example.excalidraw.md</guid><pubDate>Tue, 14 Apr 2026 14:37:50 GMT</pubDate></item><item><title><![CDATA[Mutual Inductance]]></title><description><![CDATA[A <a data-href="Magnetic Field" href="phys-elec-magn/magnetic-field.html" class="internal-link" target="_self" rel="noopener nofollow">Magnetic Field</a> induced from a <a data-tooltip-position="top" aria-label="PHYS Elec Magn/Current" data-href="PHYS Elec Magn/Current" href="phys-elec-magn/current.html" class="internal-link" target="_self" rel="noopener nofollow">Current</a> in one coil induces a magnetic flux within another, coupled coil<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/a2c772a8-f0c9-4dd8-86fd-009fb3ee41d5" filesource="PHYS Elec Magn/Mutual Inductance Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Consider two concentric circles with current flowing through the other coil<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/396cb40b-b46c-40ff-922e-68a69ae28516" filesource="PHYS Elec Magn/Mutual Inductance Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/mutual-inductance.html</link><guid isPermaLink="false">PHYS Elec Magn/Mutual Inductance.md</guid><pubDate>Tue, 14 Apr 2026 14:32:59 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Mutual Inductance Example_0]]></title><link>phys-elec-magn/mutual-inductance-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Mutual Inductance Example_0.excalidraw.md</guid><pubDate>Tue, 14 Apr 2026 14:29:21 GMT</pubDate></item><item><title><![CDATA[Mutual Inductance Example]]></title><link>phys-elec-magn/mutual-inductance-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Mutual Inductance Example.excalidraw.md</guid><pubDate>Tue, 14 Apr 2026 14:24:53 GMT</pubDate></item><item><title><![CDATA[Linear Independence]]></title><description><![CDATA[A set vectors can be can be determined independent by using its corresponding <a data-href="Linear Function" href="apma-multivariable/linear-function.html" class="internal-link" target="_self" rel="noopener nofollow">Linear Function</a>For a set of vectorsIf only has a trivial solution then all vectors are linearly independentIf has non trivial solutions, then the vectors are linearly dependentAlternatively, the vectors in form must have a trivial solutionConsider the vectorsTo determine linear independency, must be a trivial solution<br>To show this, we can turn into a upper triangular matrix in <a data-href="Echelon" href="apma-intro-to-applied/echelon.html" class="internal-link" target="_self" rel="noopener nofollow">Echelon</a> formBecause has pivots for a matrix then is a trivial solutionTherefore, vectors ,, and are all linearly independent]]></description><link>apma-intro-to-applied/linear-independence.html</link><guid isPermaLink="false">APMA Intro to Applied/Linear Independence.md</guid><pubDate>Tue, 07 Apr 2026 18:20:25 GMT</pubDate></item><item><title><![CDATA[Matrix Factorization]]></title><description><![CDATA[A matrix factorization expresses a <a data-href="Matrix" href="apma-intro-to-applied/matrix.html" class="internal-link" target="_self" rel="noopener nofollow">Matrix</a> as a product of two or more matricesLU Factorization is a kind of matrix factorization that uses two matrices and Where is A lower triangular matrix
With 's on its diagonal
Where is A upper triangular matrix
<br>LU Theorem
Assume is an matrix that can be reduced to <a data-href="Echelon" href="apma-intro-to-applied/echelon.html" class="internal-link" target="_self" rel="noopener nofollow">Echelon</a> form without <a data-tooltip-position="top" aria-label="Elementary Matrix Operations" data-href="Elementary Matrix Operations" href="apma-intro-to-applied/elementary-matrix-operations.html" class="internal-link" target="_self" rel="noopener nofollow">Row Interchange</a> Then, can be uniquely written in the form Consider a matrix <br>Using <a data-href="Elementary Matrix Operations" href="apma-intro-to-applied/elementary-matrix-operations.html" class="internal-link" target="_self" rel="noopener nofollow">Elementary Matrix Operations</a>, reduce into <a data-href="Echelon" href="apma-intro-to-applied/echelon.html" class="internal-link" target="_self" rel="noopener nofollow">Echelon</a> form (without interchange)<br>Pivot Row
Like in <a data-href="Gaussian Elimination" href="apma-intro-to-applied/gaussian-elimination.html" class="internal-link" target="_self" rel="noopener nofollow">Gaussian Elimination</a>, the <a data-tooltip-position="top" aria-label="Geometrical Model for Gauss Jordan > ^3fead1" data-href="Geometrical Model for Gauss Jordan#^3fead1" href="apma-intro-to-applied/geometrical-model-for-gauss-jordan.html#^3fead1" class="internal-link" target="_self" rel="noopener nofollow">pivot row</a> should always be used first when performing replacement operations
Failing to do so may not generate a upper triangular matrix
This upper triangular matrix is now <br> can then be represented as a a product of <a data-tooltip-position="top" aria-label="Elementary Matrix Operations" data-href="Elementary Matrix Operations" href="apma-intro-to-applied/elementary-matrix-operations.html" class="internal-link" target="_self" rel="noopener nofollow">Elementary Matrices</a><br>By taking the <a data-tooltip-position="top" aria-label="Inverse Elementary Matrix Operations" data-href="Inverse Elementary Matrix Operations" href="apma-intro-to-applied/inverse-elementary-matrix-operations.html" class="internal-link" target="_self" rel="noopener nofollow">Inverse</a> all of the matrices, we can rewrite Then the inverses becomes Then finally, we can write as soWhen factorizing a matrix into an matrix, the interchange and scaling operations are not allowedIf interchange is necessary, then a helper matrix can be used to transform into a matrix that does not need scalingThen A can be represented as soScaling
When scaling, the matrix, by definition, can not have the same identity No matrix should necessitate scaling during factorization
]]></description><link>apma-intro-to-applied/matrix-factorization.html</link><guid isPermaLink="false">APMA Intro to Applied/Matrix Factorization.md</guid><pubDate>Tue, 07 Apr 2026 18:05:11 GMT</pubDate></item><item><title><![CDATA[Geometrical Model for Gauss Jordan]]></title><description><![CDATA[The <a data-tooltip-position="top" aria-label="Gaussian Elimination > Gauss-Jordan Model" data-href="Gaussian Elimination#Gauss-Jordan Model" href="apma-intro-to-applied/gaussian-elimination.html#Gauss-Jordan Model" class="internal-link" target="_self" rel="noopener nofollow">Gauss-Jordan</a> Elimination can be solved geometrically via using vectorsConsider a two equation systemAfter graphing the system, we can determine there is only one solution for the system<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/2bfc18ff-fa5b-43eb-a27e-a2180be0deb3" filesource="APMA Intro to Applied/Gaussian Elimination Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">A system is made out of equations and unknown variables Theses systems can be consistent or inconsistent based on their solutionsConsider the system and it's matrix equivalentConsider the pivot column
It's variable is called the basic variable while the other variables , are called free variables<br>pivot: Leading entry in <a data-href="Echelon" href="apma-intro-to-applied/echelon.html" class="internal-link" target="_self" rel="noopener nofollow">Echelon</a> form The solution to the system can have multiple formsHowever, generally, we would have to solve for the basic variable in terms of free variablesConsider the systemWhen constructing equations, ensure basic variables are solvedSo that for the equations in matrix form, the basic variables are Consider the systemBecause the solution is a pivot, there are no solutions
There is not enough equations<br>In a reduced <a data-href="Echelon" href="apma-intro-to-applied/echelon.html" class="internal-link" target="_self" rel="noopener nofollow">Echelon</a> form of If a row matching Then the system has no solutions and is inconsistent]]></description><link>apma-intro-to-applied/geometrical-model-for-gauss-jordan.html</link><guid isPermaLink="false">APMA Intro to Applied/Geometrical Model for Gauss Jordan.md</guid><pubDate>Tue, 07 Apr 2026 18:05:11 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Inverse Elementary Matrix Operations]]></title><description><![CDATA[All <a data-href="Elementary Matrix Operations" href="apma-intro-to-applied/elementary-matrix-operations.html" class="internal-link" target="_self" rel="noopener nofollow">Elementary Matrix Operations</a> can be inversed<br>For a <a data-tooltip-position="top" aria-label="Matrix > Identity Matrix" data-href="Matrix#Identity Matrix" href="apma-intro-to-applied/matrix.html#Identity Matrix" class="internal-link" target="_self" rel="noopener nofollow">Identity Matrix</a> An inverse replacement operation subtracts values from one row to anotherAn inverse interchange operation behaves exactly the sameAn inverse scaling operation scales the middle value of the matrix inversely]]></description><link>apma-intro-to-applied/inverse-elementary-matrix-operations.html</link><guid isPermaLink="false">APMA Intro to Applied/Inverse Elementary Matrix Operations.md</guid><pubDate>Tue, 07 Apr 2026 17:32:53 GMT</pubDate></item><item><title><![CDATA[Elementary Matrix Operations]]></title><description><![CDATA[Elementary matrix operations are simple operations that can be applied to matrices
All elementary operations are <a data-tooltip-position="top" aria-label="Inverse Elementary Matrix Operations" data-href="Inverse Elementary Matrix Operations" href="apma-intro-to-applied/inverse-elementary-matrix-operations.html" class="internal-link" target="_self" rel="noopener nofollow">Inversible</a><br>For a <a data-tooltip-position="top" aria-label="Matrix > Identity Matrix" data-href="Matrix#Identity Matrix" href="apma-intro-to-applied/matrix.html#Identity Matrix" class="internal-link" target="_self" rel="noopener nofollow">Identity Matrix</a> An replacement operation adds values from one row to anotherAn interchange operation swaps one row for anotherA scaling operation scales the middle value of the matrix]]></description><link>apma-intro-to-applied/elementary-matrix-operations.html</link><guid isPermaLink="false">APMA Intro to Applied/Elementary Matrix Operations.md</guid><pubDate>Tue, 07 Apr 2026 17:32:48 GMT</pubDate></item><item><title><![CDATA[Memory Errors]]></title><description><![CDATA[Memory errors are errors relating to management of <a data-tooltip-position="top" aria-label="Memory Layout" data-href="Memory Layout" href="coms-advanced-programming/memory-layout.html" class="internal-link" target="_self" rel="noopener nofollow">Memory</a> within a C <a data-href="Process" href="coms-advanced-programming/process.html" class="internal-link" target="_self" rel="noopener nofollow">Process</a>Occurs when a memory is read from a location that does not existSimilar to invalid read but occurs when memory is written to a location that does not existThe message "conditional jump or move depends on uninitialized value(s)" occurs when the operation depends on a variable that is uninitializedconditional jump: a statement that controls flow such as if, for, or while statements
move: any other kind of read from memoryA segmentation happens when the operation system intervenes before the program crashes, among other things, a common cause of it is dereferencing a null pointer]]></description><link>coms-advanced-programming/memory-errors.html</link><guid isPermaLink="false">COMS Advanced Programming/Memory Errors.md</guid><pubDate>Mon, 06 Apr 2026 15:35:39 GMT</pubDate></item><item><title><![CDATA[Biot-Savart Law]]></title><description><![CDATA[Given a wire of charge and a position , the <a data-href="Magnetic Field" href="phys-elec-magn/magnetic-field.html" class="internal-link" target="_self" rel="noopener nofollow">Magnetic Field</a> at point can be given as<br>Consider a <a data-tooltip-position="top" aria-label="PHYS Elec Magn/Current" data-href="PHYS Elec Magn/Current" href="phys-elec-magn/current.html" class="internal-link" target="_self" rel="noopener nofollow">Current</a> carrying wire and a position P<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/24435948-fa07-4072-995a-05f7da53b2a8" filesource="PHYS Elec Magn/Biot-Savart Law Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>Since the magnetic field is a <a data-href="Cross Product" href="apma-multivariable/cross-product.html" class="internal-link" target="_self" rel="noopener nofollow">Cross Product</a> of the change in the wire length and the vector to , the magnetic field is pointing into the pageConsider a straight finite wire and a point that is on the bisector of that wire<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/a647bd6b-4a09-4f06-909c-d1968fb340ac" filesource="PHYS Elec Magn/Biot-Savart Law Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Now consider a situation where is going to infinitySo the magnetic field of an infinite current carrying wire isConsider a ring of wire and a point <br>
<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/4bac82bb-57b4-45cb-a81b-ffe00ad92736" filesource="PHYS Elec Magn/Biot-Savart Law Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/biot-savart-law.html</link><guid isPermaLink="false">PHYS Elec Magn/Biot-Savart Law.md</guid><pubDate>Mon, 06 Apr 2026 02:47:29 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Faraday's Law Example_0]]></title><link>phys-elec-magn/faraday's-law-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Faraday's Law Example_0.excalidraw.md</guid><pubDate>Fri, 03 Apr 2026 00:22:03 GMT</pubDate></item><item><title><![CDATA[Echelon]]></title><description><![CDATA[An echelon or an echelon form is a <a data-href="Matrix" href="apma-intro-to-applied/matrix.html" class="internal-link" target="_self" rel="noopener nofollow">Matrix</a>
All rows with zeros are below nonzero rows
All nonzero leading entries must be below and to the right of all others
All entries below a leading entry must be zeros
Below are examples of echelon form matricesThe identity matrix is in echelon formEverything right and above the leading entries can be any number]]></description><link>apma-intro-to-applied/echelon.html</link><guid isPermaLink="false">APMA Intro to Applied/Echelon.md</guid><pubDate>Thu, 02 Apr 2026 18:51:54 GMT</pubDate></item><item><title><![CDATA[Pasted image 20260402142806]]></title><description><![CDATA[<img src="apma-intro-to-applied/pasted-image-20260402142806.png" target="_self">]]></description><link>apma-intro-to-applied/pasted-image-20260402142806.html</link><guid isPermaLink="false">APMA Intro to Applied/Pasted image 20260402142806.png</guid><pubDate>Thu, 02 Apr 2026 18:28:06 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[No title]]></title><link>apma-intro-to-applied/gaussian-elimination.html</link><guid isPermaLink="false">APMA Intro to Applied/Gaussian Elimination.md</guid></item><item><title><![CDATA[Gaussian Elimination Example_2]]></title><link>apma-intro-to-applied/gaussian-elimination-example_2.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Gaussian Elimination Example_2.excalidraw.md</guid><pubDate>Thu, 02 Apr 2026 17:40:47 GMT</pubDate></item><item><title><![CDATA[Gaussian Elimination Example_1]]></title><link>apma-intro-to-applied/gaussian-elimination-example_1.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Gaussian Elimination Example_1.excalidraw.md</guid><pubDate>Thu, 02 Apr 2026 17:31:01 GMT</pubDate></item><item><title><![CDATA[Gaussian Elimination Example_0]]></title><link>apma-intro-to-applied/gaussian-elimination-example_0.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Gaussian Elimination Example_0.excalidraw.md</guid><pubDate>Thu, 02 Apr 2026 17:29:40 GMT</pubDate></item><item><title><![CDATA[Gaussian Elimination Example]]></title><link>apma-intro-to-applied/gaussian-elimination-example.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Gaussian Elimination Example.excalidraw.md</guid><pubDate>Thu, 02 Apr 2026 17:16:34 GMT</pubDate></item><item><title><![CDATA[Lenz's Law]]></title><description><![CDATA[Lenz's Law is made out of two parts that deal with forces generated by changes
Induced <a data-tooltip-position="top" aria-label="Electromotive Force" data-href="Electromotive Force" href="phys-elec-magn/electromotive-force.html" class="internal-link" target="_self" rel="noopener nofollow">EMF</a> will always be in the direction that opposes the direction of the change in magnetic flux that caused it
Induced currents, torque, and force will always oppose the direction of the change in magnetic flux that caused it
<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/25c91a1d-c7df-4848-9f09-c10f19d236be" filesource="PHYS Elec Magn/Lenz's Law Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/lenz's-law.html</link><guid isPermaLink="false">PHYS Elec Magn/Lenz's Law.md</guid><pubDate>Thu, 02 Apr 2026 14:44:55 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Lenz's Law Example]]></title><link>phys-elec-magn/lenz's-law-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Lenz's Law Example.excalidraw.md</guid><pubDate>Thu, 02 Apr 2026 14:34:48 GMT</pubDate></item><item><title><![CDATA[Matrix Functions]]></title><description><![CDATA[A matrix function is a <a data-href="Matrix" href="apma-intro-to-applied/matrix.html" class="internal-link" target="_self" rel="noopener nofollow">Matrix</a> composed of component functions is differentiable at if all of its components are differentiable at The derivative of a matrix function can be taken by taking the derivative of its components Sum Rule Product Rule ]]></description><link>apma-intro-to-applied/matrix-functions.html</link><guid isPermaLink="false">APMA Intro to Applied/Matrix Functions.md</guid><pubDate>Tue, 31 Mar 2026 18:03:34 GMT</pubDate></item><item><title><![CDATA[Linear System]]></title><description><![CDATA[A linear system of linear algebraic equations is a set of linear equations without differentialsWhere the system can be given as a <a data-href="Matrix" href="apma-intro-to-applied/matrix.html" class="internal-link" target="_self" rel="noopener nofollow">Matrix</a>Composed of unknown vector and constant vectorsSo that the system can be given asWhere is the coefficient matrix and are unknown vectors]]></description><link>apma-intro-to-applied/linear-system.html</link><guid isPermaLink="false">APMA Intro to Applied/Linear System.md</guid><pubDate>Tue, 31 Mar 2026 18:03:08 GMT</pubDate></item><item><title><![CDATA[Electromotive Force Example]]></title><link>phys-elec-magn/electromotive-force-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electromotive Force Example.excalidraw.md</guid><pubDate>Tue, 31 Mar 2026 14:57:10 GMT</pubDate></item><item><title><![CDATA[Electromotive Force]]></title><description><![CDATA[The electromotive force (EMF) is the generalized force per unit charge along a closed pathThe force is measured in voltsConsider a closed loop of wire partially in a <a data-href="Magnetic Field" href="phys-elec-magn/magnetic-field.html" class="internal-link" target="_self" rel="noopener nofollow">Magnetic Field</a><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/d5302c10-9a62-400c-8343-c70032766b0f" filesource="PHYS Elec Magn/Electromotive Force Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>We can use <a data-href="Faraday's Law" href="phys-elec-magn/faraday's-law.html" class="internal-link" target="_self" rel="noopener nofollow">Faraday's Law</a> to calculate the change in magnetic flux, which is equal to the EMF]]></description><link>phys-elec-magn/electromotive-force.html</link><guid isPermaLink="false">PHYS Elec Magn/Electromotive Force.md</guid><pubDate>Tue, 31 Mar 2026 14:42:24 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[DC and RC Circuits]]></title><description><![CDATA[DC: Direct Current
AC: Alternating Current
RC: Resistor CapacitorThe <a data-href="Electromotive Force" href="phys-elec-magn/electromotive-force.html" class="internal-link" target="_self" rel="noopener nofollow">Electromotive Force</a> (EMF) is the representation of the push of current from a battery
It is often represented as and represents the work per unit charge across a closed pathAn ideal battery maintains the same EMF across its terminals<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/390c4475-fd4f-4a4d-b411-8c532b794899" filesource="PHYS Elec Magn/DC and RC Circuits Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Kirchhoff's Current Law states that the current going into a node or component must be the same as the current going out of the node or componentConsider these two scenarios<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/6d0c5b44-3455-4651-a85c-46ce55bca1f6" filesource="ELEN Intro to Electrical/Kirchhoff's Laws Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">In both cases the total current into the system equals the total current out of the system Kirchhoff's Voltage Law states that all voltage rises must be accompanied by voltage dropsAnd therefore the sum of all voltage across a circuit must sum up to zero<br>Consider this <a data-tooltip-position="top" aria-label="Node > Loops" data-href="Node#Loops" href="elen-intro-to-electrical/node.html#Loops" class="internal-link" target="_self" rel="noopener nofollow">Loop</a> containing three components <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/7494f70d-96d3-4673-bbb3-4c4d749bbc8d" filesource="ELEN Intro to Electrical/Kirchhoff's Laws Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Since the total rises must equal the total drops , therefore Consider a circuit with resistors, find the current of all nets<br>Using <a data-href="Kirchhoff's Laws" href="elen-intro-to-electrical/kirchhoff's-laws.html" class="internal-link" target="_self" rel="noopener nofollow">Kirchhoff's Laws</a>, we can find three independent equations to solve for current<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/4c4a3081-b99c-4439-a81c-1c1e01c040cb" filesource="PHYS Elec Magn/DC and RC Circuits Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/dc-and-rc-circuits.html</link><guid isPermaLink="false">PHYS Elec Magn/DC and RC Circuits.md</guid><pubDate>Tue, 31 Mar 2026 14:22:04 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Interprocess Communication]]></title><description><![CDATA[Inter-process communication, IPC, is the way that <a data-tooltip-position="top" aria-label="Process" data-href="Process" href="coms-advanced-programming/process.html" class="internal-link" target="_self" rel="noopener nofollow">Processes</a> can communicate with each otherUnix pipes are one of the oldest forms of IPC
Pipes are half duplex meaning that data can only flow in one direction
Pipes can only communicate between processes with a common ancestorConsider this commandcat file.txt | sort | uniq &gt; sorted_file.txt
The output of cat (stdout) is inputted into sort (stdin), then the output of sort is inputted into uniq which is then written to a filePipes can be created via the function call pipe(int[2])#include &lt;unistd.h&gt; int pipe(int fd[2])
In this example, fd[0] is open for reading, and fd[1] is open for writing]]></description><link>coms-advanced-programming/interprocess-communication.html</link><guid isPermaLink="false">COMS Advanced Programming/Interprocess Communication.md</guid><pubDate>Mon, 30 Mar 2026 21:58:37 GMT</pubDate></item><item><title><![CDATA[Digital Logic]]></title><description><![CDATA[Digital Logic is a system of design where data is represented by a on or off stateA NOT Gate reverses the state of the inputAn AND Gate checks if both inputs are onMulti-input Gates
AND and OR gates traditionally have two input but can have variants of multiple inputs. Below is a example of a 26 input AND gate
An OR Gate checks if any of the inputs are onAn XOR or an Exclusive Or Gate checks if only one of the inputs are onDigital Logic can have common rules Consider a truth table as belowThe logic for this circuit can be given via Boolean Logic as soConsider that And also The circuit is given below]]></description><link>elen-intro-to-electrical/digital-logic.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Digital Logic.md</guid><pubDate>Mon, 30 Mar 2026 21:28:03 GMT</pubDate></item><item><title><![CDATA[Gate X]]></title><description><![CDATA[The X gate, similar to a <a data-tooltip-position="top" aria-label="Digital Logic > Not Gate" data-href="Digital Logic#Not Gate" href="elen-intro-to-electrical/digital-logic.html#Not Gate" class="internal-link" target="_self" rel="noopener nofollow">NOT Gate</a>, denoted as X is a gate that flips the spin of the qubit]]></description><link>rs-quantum-computation/gate-x.html</link><guid isPermaLink="false">RS Quantum Computation/Gate X.md</guid><pubDate>Mon, 30 Mar 2026 20:22:50 GMT</pubDate></item><item><title><![CDATA[Switch]]></title><description><![CDATA[A switch is a type of component that can start or stop the flow of currentA switch has different symbols depending on its state<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/3e1e17aa-27b8-44ac-b253-c19a00094b6f" filesource="ELEN Intro to Electrical/Switch Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>elen-intro-to-electrical/switch.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Switch.md</guid><pubDate>Mon, 30 Mar 2026 20:22:01 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Switch Example]]></title><link>elen-intro-to-electrical/switch-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Switch Example.excalidraw.md</guid><pubDate>Mon, 30 Mar 2026 20:21:39 GMT</pubDate></item><item><title><![CDATA[String]]></title><description><![CDATA[Strings in C are represented by arrays of characters that ends with a \0 or a null terminatorA string requires bytes where is the amount of charactersCommon string functions includeint strlen(const char *s) which returns the length of the string
char *strcpy(char *t, const char *s) which copies string into an already allocated array
char *strdup(const char *s) which returns a heap copy of the string]]></description><link>coms-advanced-programming/string.html</link><guid isPermaLink="false">COMS Advanced Programming/String.md</guid><pubDate>Sat, 28 Mar 2026 19:22:35 GMT</pubDate></item><item><title><![CDATA[Heap]]></title><description><![CDATA[The heap is a section of memory managed directly by the programAs the name suggests the memory is stored as a <a data-tooltip-position="top" aria-label="COMS Data Structures/Heap" data-href="COMS Data Structures/Heap" href="coms-data-structures/heap.html" class="internal-link" target="_self" rel="noopener nofollow">Heap</a>The malloc() function reserves a section of the heap by the amount of bytes provided and returns a pointer to the beginning of the block
The free() function frees a section of memory by taking the pointer of the first block as input]]></description><link>coms-advanced-programming/heap.html</link><guid isPermaLink="false">COMS Advanced Programming/Heap.md</guid><pubDate>Sat, 28 Mar 2026 19:21:52 GMT</pubDate></item><item><title><![CDATA[Ampere's Law Example_0]]></title><link>phys-elec-magn/ampere's-law-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Ampere's Law Example_0.excalidraw.md</guid><pubDate>Sat, 28 Mar 2026 19:19:48 GMT</pubDate></item><item><title><![CDATA[Command Line Argument]]></title><description><![CDATA[The C main program has two command line argument variablesint argc number of command line arguments
char **argv command line arguments in a <a data-href="String" href="coms-advanced-programming/string.html" class="internal-link" target="_self" rel="noopener nofollow">String</a> Array]]></description><link>coms-advanced-programming/command-line-argument.html</link><guid isPermaLink="false">COMS Advanced Programming/Command Line Argument.md</guid><pubDate>Sat, 28 Mar 2026 19:17:18 GMT</pubDate></item><item><title><![CDATA[Keywords]]></title><description><![CDATA[Keywords are words that have functional properties and can not be used as variablesThere are as follows]]></description><link>coms-advanced-programming/keywords.html</link><guid isPermaLink="false">COMS Advanced Programming/Keywords.md</guid><pubDate>Sat, 28 Mar 2026 19:11:39 GMT</pubDate></item><item><title><![CDATA[Maxwell's Equations]]></title><description><![CDATA[Maxwell's Equations are a set of equations that describes the relationship between the <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a> and the <a data-href="Magnetic Field" href="phys-elec-magn/magnetic-field.html" class="internal-link" target="_self" rel="noopener nofollow">Magnetic Field</a>
<br><a data-href="Gauss's Law" href="phys-elec-magn/gauss's-law.html" class="internal-link" target="_self" rel="noopener nofollow">Gauss's Law</a>
<br><a data-tooltip-position="top" aria-label="Magnetic Dipole > Maxwell's Magnetic Flux Law" data-href="Magnetic Dipole#Maxwell's Magnetic Flux Law" href="phys-elec-magn/magnetic-dipole.html#Maxwell's Magnetic Flux Law" class="internal-link" target="_self" rel="noopener nofollow">Magnetic Flux Law</a>
<br><a data-href="Ampere's Law" href="phys-elec-magn/ampere's-law.html" class="internal-link" target="_self" rel="noopener nofollow">Ampere's Law</a>
<br><a data-href="Faraday's Law" href="phys-elec-magn/faraday's-law.html" class="internal-link" target="_self" rel="noopener nofollow">Faraday's Law</a> Gauss's Law Magnetic Flux Law Ampere's Law Faraday's Law ]]></description><link>phys-elec-magn/maxwell's-equations.html</link><guid isPermaLink="false">PHYS Elec Magn/Maxwell's Equations.md</guid><pubDate>Thu, 26 Mar 2026 15:19:27 GMT</pubDate></item><item><title><![CDATA[Ampere's Law Example]]></title><link>phys-elec-magn/ampere's-law-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Ampere's Law Example.excalidraw.md</guid><pubDate>Thu, 26 Mar 2026 14:53:55 GMT</pubDate></item><item><title><![CDATA[Fork Pathway]]></title><description><![CDATA[A fork pathway is a way to visualize forks within a programConsider the functionvoid function1() { pid_t pid; if ((pid = fork()) == 0) { sleep(1); printf("C1 "); fflush(stdout); } if ((pid = fork()) == 0) { sleep(2); printf("C2 "); fflush(stdout); } if ((pid = fork()) == 0) { sleep(3); printf("C3 "); fflush(stdout); } // Small hack to wait for all descendent processes while (wait(NULL) != -1) { }
}
The Fork Pathway for this function would look like the following:<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/689069d1-b009-4180-915a-fab353e51bcd" filesource="COMS Advanced Programming/Fork Pathway Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>coms-advanced-programming/fork-pathway.html</link><guid isPermaLink="false">COMS Advanced Programming/Fork Pathway.md</guid><pubDate>Wed, 25 Mar 2026 22:26:40 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Kernel Call Exec]]></title><description><![CDATA[The exec kernel call changes the current process into a different programThe execl family takes in a list of elements, the first argument being being the file path and subsequent arguments being the argument list execl("cat", "cat", "/src/a.txt");
Program name repetition
The program name is repeated twice in execl due to different program paths and alias'
]]></description><link>coms-advanced-programming/kernel-call-exec.html</link><guid isPermaLink="false">COMS Advanced Programming/Kernel Call Exec.md</guid><pubDate>Wed, 25 Mar 2026 22:20:49 GMT</pubDate></item><item><title><![CDATA[Fork Pathway Example]]></title><link>coms-advanced-programming/fork-pathway-example.excalidraw.html</link><guid isPermaLink="false">COMS Advanced Programming/Fork Pathway Example.excalidraw.md</guid><pubDate>Wed, 25 Mar 2026 22:15:40 GMT</pubDate></item><item><title><![CDATA[Classes]]></title><description><![CDATA[C has multiple base classes to store different structures of dataA struct is a collection of variables under the same classstruct my_struct { int x; int y; char c;
}
Consider the structstruct a_struct { char a; int b; long c;
}
While 13 bytes are being stored, the actual size of the struct is not 13Padding needs to be used added to make accessing easier and follows these rules:
The offset of each member must be a multiple of that member's size
The total size of the struct must be a multiple of it's largest member's size
The order of the members in memory stays the same as the code
Therefore the struct a_struct will takes up 16 bytesArrays behave similarly, consider the structstruct b_struct { int[3] a; char[5] b; long c;
}
Will have the memory format ofUnions are used to store different types of data in the same memory locationunion my_union { int i; char c;
}
Variables in unions can be overwritten by one anotherSimilar to java <a data-tooltip-position="top" aria-label="Lists > Array List" data-href="Lists#Array List" href="coms-data-structures/lists.html#Array List" class="internal-link" target="_self" rel="noopener nofollow">Arrays</a>, C Arrays are used to store many of the same type of dataint[3] my_array = { 0, 0, 0 }; my_array[1] = 1000;
]]></description><link>coms-advanced-programming/classes.html</link><guid isPermaLink="false">COMS Advanced Programming/Classes.md</guid><pubDate>Wed, 25 Mar 2026 22:03:26 GMT</pubDate></item><item><title><![CDATA[Matrix Multiplication Rules]]></title><description><![CDATA[Like regular numbers, <a data-tooltip-position="top" aria-label="Matrix" data-href="Matrix" href="apma-intro-to-applied/matrix.html" class="internal-link" target="_self" rel="noopener nofollow">Matrices</a>, follow associative and distributive laws during <a data-href="Matrix Multiplication" href="apma-intro-to-applied/matrix-multiplication.html" class="internal-link" target="_self" rel="noopener nofollow">Matrix Multiplication</a> Associative Distributive However, they do not follow the communicative law during multiplicationIn general: Consider the matrix The matrix is not the same as ]]></description><link>apma-intro-to-applied/matrix-multiplication-rules.html</link><guid isPermaLink="false">APMA Intro to Applied/Matrix Multiplication Rules.md</guid><pubDate>Tue, 24 Mar 2026 18:56:59 GMT</pubDate></item><item><title><![CDATA[Matrix Multiplication]]></title><description><![CDATA[Two matrices can be multiplied together]]></description><link>apma-intro-to-applied/matrix-multiplication.html</link><guid isPermaLink="false">APMA Intro to Applied/Matrix Multiplication.md</guid><pubDate>Tue, 24 Mar 2026 18:51:27 GMT</pubDate></item><item><title><![CDATA[Matrix Transposition]]></title><description><![CDATA[Matrices can be transposed, where the <a data-tooltip-position="top" aria-label="Matrix > Row Vector" data-href="Matrix#Row Vector" href="apma-intro-to-applied/matrix.html#Row Vector" class="internal-link" target="_self" rel="noopener nofollow">Row Vector</a> become the <a data-tooltip-position="top" aria-label="Matrix > Column Vector" data-href="Matrix#Column Vector" href="apma-intro-to-applied/matrix.html#Column Vector" class="internal-link" target="_self" rel="noopener nofollow">Column Vector</a> and vice versaA transposition is reversable, meaning two transposition operations result in the same matrix]]></description><link>apma-intro-to-applied/matrix-transposition.html</link><guid isPermaLink="false">APMA Intro to Applied/Matrix Transposition.md</guid><pubDate>Tue, 24 Mar 2026 18:40:30 GMT</pubDate></item><item><title><![CDATA[Matrix]]></title><description><![CDATA[A matrix is a multidimensional set of numbersWhereSpecial matrices A column matrixA row matrixColumn vector and row vectors are not equivalent
A vector by default is a column vectorA matrix is square if its columns match it's rowsA diagonal of matrix]]></description><link>apma-intro-to-applied/matrix.html</link><guid isPermaLink="false">APMA Intro to Applied/Matrix.md</guid><pubDate>Tue, 24 Mar 2026 18:39:28 GMT</pubDate></item><item><title><![CDATA[Matrix Exponents]]></title><description><![CDATA[Matrices can be have exponentsWhereMatrices can have an inverse form whereWhere is the <a data-tooltip-position="top" aria-label="Matrix > Identity" data-href="Matrix#Identity" href="apma-intro-to-applied/matrix.html#Identity" class="internal-link" target="_self" rel="noopener nofollow">Identity Matrix</a>Let , be integers ]]></description><link>apma-intro-to-applied/matrix-exponents.html</link><guid isPermaLink="false">APMA Intro to Applied/Matrix Exponents.md</guid><pubDate>Tue, 24 Mar 2026 18:39:24 GMT</pubDate></item><item><title><![CDATA[Scaling Matrix]]></title><description><![CDATA[A fixed matrix can be "scaled" via using a scaling matrixConsider these examples of scaling matricesGet the same matrix
Pick up the first row of B and put on the first row of C
Pick up the first row of B put on the second row of C
Pick up the second row of B and put on all rows of C
Put the sum of each column on the second row of C
Keep the first row of B, multiply the second row of B by 2, and divide the third row of B by 2
]]></description><link>apma-intro-to-applied/scaling-matrix.html</link><guid isPermaLink="false">APMA Intro to Applied/Scaling Matrix.md</guid><pubDate>Tue, 24 Mar 2026 18:16:28 GMT</pubDate></item><item><title><![CDATA[Inductor Example_0]]></title><link>elen-intro-to-electrical/inductor-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Inductor Example_0.excalidraw.md</guid><pubDate>Mon, 23 Mar 2026 17:50:56 GMT</pubDate></item><item><title><![CDATA[Inductor]]></title><description><![CDATA[Inductors are a circuit component that uses <a data-tooltip-position="top" aria-label="Magnetic Field" data-href="Magnetic Field" href="phys-elec-magn/magnetic-field.html" class="internal-link" target="_self" rel="noopener nofollow">Magnetic Fields</a> to buffer current <br>During the energizing phase, the inductor creates and sustain a magnetic field from the flow of <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Current" data-href="ELEN Intro to Electrical/Current" href="elen-intro-to-electrical/current.html" class="internal-link" target="_self" rel="noopener nofollow">Current</a>During the energizing phase, the created magnetic field pushes currentThe inductor is given by this symbol<br>
<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/02a22724-a4e9-48c3-b71d-12593611b7e7" filesource="ELEN Intro to Electrical/Inductor Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The inductance of a inductor is measured in Henrys, the inductance of a inductor can be determined by a color code systemThe voltage of an inductor is equal to its inductance and the rate of change of the currentThe density of an inductor is equal to its inductance and the current <br>All <a data-tooltip-position="top" aria-label="Electric Field" data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electrical Fields</a> induce a Magnetic Field Orthogonally<br>Inductors, similar to <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Resistor" data-href="ELEN Intro to Electrical/Resistor" href="elen-intro-to-electrical/resistor.html" class="internal-link" target="_self" rel="noopener nofollow">Resistors</a>, combine inductance when in series but split inductance in parallelBut this is only the face if they're magnetically isolated from each other.<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/90d91527-9640-4c8b-a512-4f0fbb2c0284" filesource="ELEN Intro to Electrical/Inductor Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>Like <a data-tooltip-position="top" aria-label="Capacitor" data-href="Capacitor" href="elen-intro-to-electrical/capacitor.html" class="internal-link" target="_self" rel="noopener nofollow">Capacitors</a> in a RC circuit, inductors have a phase in which the buffer builds upHowever, unlike capacitors, inductors deal with current, not Voltage Current through an energizing inductor Voltage across the inductor Voltage across the resistor Notice the L/R in the Voltage across the resistor Current through a deenergizing inductor Voltage across the inductor Voltage across the resistor Now notice the R/L in the Voltage across the resistor ]]></description><link>elen-intro-to-electrical/inductor.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Inductor.md</guid><pubDate>Mon, 23 Mar 2026 17:49:02 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Inductor Example]]></title><link>elen-intro-to-electrical/inductor-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Inductor Example.excalidraw.md</guid><pubDate>Mon, 23 Mar 2026 17:46:29 GMT</pubDate></item><item><title><![CDATA[Gate Z]]></title><description><![CDATA[The Z Gate, denoted as Z, flips the sign of the value and leaves the value unchanged]]></description><link>rs-quantum-computation/gate-z.html</link><guid isPermaLink="false">RS Quantum Computation/Gate Z.md</guid><pubDate>Wed, 18 Mar 2026 21:15:34 GMT</pubDate></item><item><title><![CDATA[Gate Hadamard]]></title><description><![CDATA[The Hadamard gate, denoted as H, creates a superposition where all probabilities are equally likely]]></description><link>rs-quantum-computation/gate-hadamard.html</link><guid isPermaLink="false">RS Quantum Computation/Gate Hadamard.md</guid><pubDate>Wed, 18 Mar 2026 16:59:15 GMT</pubDate></item><item><title><![CDATA[Wave Function]]></title><description><![CDATA[The wave function of a single <a data-href="Qubit" href="rs-quantum-computation/qubit.html" class="internal-link" target="_self" rel="noopener nofollow">Qubit</a> system can be defined asIn the function, and are complex numbers
Where is the probability that the qubit is a and is the probability that the qubit is a Consider the wave functionThe function has exactly a chance of being a and chance of being a The form of a wave functionCan be expanded to the formWhere , , and are all real numbersThe coefficient has no observable effect on the spin of the qubit and thus can be ignored
Giving the complex equation]]></description><link>rs-quantum-computation/wave-function.html</link><guid isPermaLink="false">RS Quantum Computation/Wave Function.md</guid><pubDate>Wed, 18 Mar 2026 16:49:51 GMT</pubDate></item><item><title><![CDATA[Qubit]]></title><description><![CDATA[A qubit is the information stored in the spin of an atomIn classical computation, a bit can be either 0, or a 1
However, in quantum computation, the bits are measured as down spin or up spin Dirac Notation
Instead of a discrete bits, quantum uses Dirac notation to measure the information of the bit ]]></description><link>rs-quantum-computation/qubit.html</link><guid isPermaLink="false">RS Quantum Computation/Qubit.md</guid><pubDate>Wed, 18 Mar 2026 16:44:40 GMT</pubDate></item><item><title><![CDATA[Ohm's Law]]></title><description><![CDATA[<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/1afa835f-4b2d-44fd-be5a-6ae254a6eeac" filesource="PHYS Elec Magn/Ohm's Law Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Gfg]]></description><link>phys-elec-magn/ohm's-law.html</link><guid isPermaLink="false">PHYS Elec Magn/Ohm's Law.md</guid><pubDate>Thu, 12 Mar 2026 20:37:20 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Gauss's Law]]></title><description><![CDATA[The flux through a surface is equal to the enclosed charge over Gauss's Law can be applied to uneven surfaces since it only relies of volume enclosedConsider a spherically symmetrical charge configuration <img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/9a722b5c-1aa4-4462-8451-ce623e7c8b4b" filesource="PHYS Elec Magn/Gauss's Law Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/gauss's-law.html</link><guid isPermaLink="false">PHYS Elec Magn/Gauss's Law.md</guid><pubDate>Thu, 12 Mar 2026 15:19:27 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Current Loop in External Magnetic Field]]></title><description><![CDATA[Consider a loop of <a data-tooltip-position="top" aria-label="PHYS Elec Magn/Current" data-href="PHYS Elec Magn/Current" href="phys-elec-magn/current.html" class="internal-link" target="_self" rel="noopener nofollow">Current</a> in an external <a data-href="Magnetic Field" href="phys-elec-magn/magnetic-field.html" class="internal-link" target="_self" rel="noopener nofollow">Magnetic Field</a><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/4e4ddec1-be4e-4079-a236-d6212d3ba1d7" filesource="PHYS Elec Magn/Current Loop in External Magnetic Field Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The force of the magnetic field on the wire can be given byThe force can be broken up into four legs whereSo that]]></description><link>phys-elec-magn/current-loop-in-external-magnetic-field.html</link><guid isPermaLink="false">PHYS Elec Magn/Current Loop in External Magnetic Field.md</guid><pubDate>Thu, 12 Mar 2026 15:03:06 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Current Loop in External Magnetic Field Example]]></title><link>phys-elec-magn/current-loop-in-external-magnetic-field-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Current Loop in External Magnetic Field Example.excalidraw.md</guid><pubDate>Thu, 12 Mar 2026 14:54:37 GMT</pubDate></item><item><title><![CDATA[Magnetic Dipole Example]]></title><link>phys-elec-magn/magnetic-dipole-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Magnetic Dipole Example.excalidraw.md</guid><pubDate>Thu, 12 Mar 2026 14:38:08 GMT</pubDate></item><item><title><![CDATA[Biot-Savart Law Example_1]]></title><description><![CDATA[PLACEHOLDER]]></description><link>phys-elec-magn/biot-savart-law-example_1.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Biot-Savart Law Example_1.excalidraw.md</guid><pubDate>Wed, 11 Mar 2026 18:10:40 GMT</pubDate></item><item><title><![CDATA[Biot-Savart Law Example_0]]></title><link>phys-elec-magn/biot-savart-law-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Biot-Savart Law Example_0.excalidraw.md</guid><pubDate>Tue, 10 Mar 2026 14:39:58 GMT</pubDate></item><item><title><![CDATA[Biot-Savart Law Example]]></title><link>phys-elec-magn/biot-savart-law-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Biot-Savart Law Example.excalidraw.md</guid><pubDate>Tue, 10 Mar 2026 14:24:41 GMT</pubDate></item><item><title><![CDATA[Magnetic Field Example_0]]></title><link>phys-elec-magn/magnetic-field-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Magnetic Field Example_0.excalidraw.md</guid><pubDate>Thu, 05 Mar 2026 16:12:40 GMT</pubDate></item><item><title><![CDATA[Magnetic Field]]></title><description><![CDATA[The magnetic field is a <a data-href="Vector Field" href="apma-multivariable/vector-field.html" class="internal-link" target="_self" rel="noopener nofollow">Vector Field</a> that describes the magnetic force experienced by a moving chargeThe force from a magnetic field can be given<br>Where the force depends on the charge, the charge's speed, and its <a data-href="Cross Product" href="apma-multivariable/cross-product.html" class="internal-link" target="_self" rel="noopener nofollow">Cross Product</a><br>Similar to <a data-tooltip-position="top" aria-label="Electric Field" data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Fields</a>, magnetic field lines point from North to SouthGiven a charge in a uniform magnetic field, the charge will bend towards or away from the magnetic field<br>If the charge bends towards the magnetic field <a data-tooltip-position="top" aria-label="Uniform Circular Motion" data-href="Uniform Circular Motion" href="phys-intro-physics/uniform-circular-motion.html" class="internal-link" target="_self" rel="noopener nofollow">Centripetal</a> motion is achieved<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/c97803a1-218e-40c4-b890-153f5f79aead" filesource="PHYS Elec Magn/Magnetic Field Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The radius of the motion is given as followsThe change in force of a wire carrying charge in a magnetic field can be given as followsWhereSoIn the case the is uniformIn the case that the wire is straightGiven a moving charge, the induced magnetic field can be seen as followsWhere in <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/dfb96e7f-e1ca-4810-a140-c5f581bbb163" filesource="PHYS Elec Magn/Magnetic Field Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/magnetic-field.html</link><guid isPermaLink="false">PHYS Elec Magn/Magnetic Field.md</guid><pubDate>Thu, 05 Mar 2026 16:09:39 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Magnetic Field Example]]></title><link>phys-elec-magn/magnetic-field-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Magnetic Field Example.excalidraw.md</guid><pubDate>Thu, 05 Mar 2026 15:46:12 GMT</pubDate></item><item><title><![CDATA[Cross Product]]></title><description><![CDATA[The cross product describes the vector of a parellogram plane from two vectors and is denoted by ]]></description><link>apma-multivariable/cross-product.html</link><guid isPermaLink="false">APMA Multivariable/Cross Product.md</guid><pubDate>Thu, 05 Mar 2026 15:34:47 GMT</pubDate></item><item><title><![CDATA[Electric Field]]></title><description><![CDATA[The electric field is a <a data-href="Vector Field" href="apma-multivariable/vector-field.html" class="internal-link" target="_self" rel="noopener nofollow">Vector Field</a> that dictates the force a single, positive, test charge experience at a pointThe electric field can be found by using the formulaBy substituting into , another form of the equation can be usedThe term depends on the source of the chargeThe force from an electric field can be given byConsider a ring of charge of charge , find the electric field induced by the ring at point <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/538daf72-37aa-4a4d-9550-96116b127e02" filesource="PHYS Elec Magn/Electric Field Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>The electric field can be solved from the <a data-href="Electric Potential" href="phys-elec-magn/electric-potential.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Potential</a> <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/21518d65-52ac-4eda-a46a-9bb7f18c079b" filesource="PHYS Elec Magn/Electric Field Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/electric-field.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Field.md</guid><pubDate>Thu, 05 Mar 2026 15:23:39 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Gradient]]></title><description><![CDATA[Chain rule of can be defined as a dot product of a <a data-href="Gradient" href="apma-multivariable/gradient.html" class="internal-link" target="_self" rel="noopener nofollow">Gradient</a> and a derivative<br>Let be completely contained in the <a data-tooltip-position="top" aria-label="Scalar Field > Level Set" data-href="Scalar Field#Level Set" href="apma-multivariable/scalar-field.html#Level Set" class="internal-link" target="_self" rel="noopener nofollow">Level Set</a> Then is always <br>Since the gradient is orthogonal to every tangent vector in the <a data-tooltip-position="top" aria-label="Scalar Field > Level Set" data-href="Scalar Field#Level Set" href="apma-multivariable/scalar-field.html#Level Set" class="internal-link" target="_self" rel="noopener nofollow">Level Set</a>Find an equation for the tangent plane to the surface at the point The magnitude of the gradient is the maximum rate of change in the direction of Only maximized when or when]]></description><link>apma-multivariable/gradient.html</link><guid isPermaLink="false">APMA Multivariable/Gradient.md</guid><pubDate>Mon, 02 Mar 2026 21:17:13 GMT</pubDate></item><item><title><![CDATA[Nonhomogeneous Equations]]></title><description><![CDATA[ConsiderTheorem: Let and be two independent solutions of the second equation
Let be any particular solution of the first equation
Then, the general solution of the first equation isConsider the equationFind the homogenous equationWhere the solutions areTake the original equation and divide by Find general solution]]></description><link>apma-intro-to-applied/nonhomogeneous-equations.html</link><guid isPermaLink="false">APMA Intro to Applied/Nonhomogeneous Equations.md</guid><pubDate>Sat, 28 Feb 2026 15:14:49 GMT</pubDate></item><item><title><![CDATA[Higher Order Linear]]></title><description><![CDATA[Consider an equation of higher order derivativesIf and are continuous on an open internal , , then there exists a unique solution to both equations and the solution is defined throughout .]]></description><link>apma-intro-to-applied/higher-order-linear.html</link><guid isPermaLink="false">APMA Intro to Applied/Higher Order Linear.md</guid><pubDate>Thu, 26 Feb 2026 19:21:44 GMT</pubDate></item><item><title><![CDATA[Ordinary Differential Equation]]></title><description><![CDATA[Differential equations are equations that involve derivatives
Ordinary differential equations only involves only ordinary derivatives Ordinary: Not involving <a data-tooltip-position="top" aria-label="Partial Derivative" data-href="Partial Derivative" href="apma-multivariable/partial-derivative.html" class="internal-link" target="_self" rel="noopener nofollow">Partials</a>When solving for ODEs the whole solution set must be found
Solutions for ODEs must include an arbitrary constant For example, is a valid solution to the ODEHowever the solution is only valid for Consider gravity and a drag force affecting a ball<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/10ad503f-56c0-414a-859f-ef11ead7879a" filesource="APMA Intro to Applied/Ordinary Differential Equation Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">If the net force is , the system will be in equilibrium, therefore the equation becomes This implies that velocity is constant and is independent of Initial value problems (IVP) have a given differential and an initial conditionIVPs solves for the arbitrary constant <br>
Can be solved by find the <a data-href="Integral Curve" href="apma-intro-to-applied/integral-curve.html" class="internal-link" target="_self" rel="noopener nofollow">Integral Curve</a> that passes the initial condition
<br><a data-href="Ordinary Differential Equation" href="apma-intro-to-applied/ordinary-differential-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Ordinary Differential Equation</a> <br><a data-tooltip-position="top" aria-label="Classification of Differential Equations > Single vs System" data-href="Classification of Differential Equations#Single vs System" href="apma-intro-to-applied/classification-of-differential-equations.html#Single vs System" class="internal-link" target="_self" rel="noopener nofollow">Single Equation</a> First Order <br><a data-href="First Order Linear" href="apma-intro-to-applied/first-order-linear.html" class="internal-link" target="_self" rel="noopener nofollow">First Order Linear</a> <br><a data-tooltip-position="top" aria-label="Homogenous Equations with Constants" data-href="Homogenous Equations with Constants" href="apma-intro-to-applied/homogenous-equations-with-constants.html" class="internal-link" target="_self" rel="noopener nofollow">Homogenous Equation</a> <br><a data-href="Nonhomogeneous Equations" href="apma-intro-to-applied/nonhomogeneous-equations.html" class="internal-link" target="_self" rel="noopener nofollow">Nonhomogeneous Equations</a> First Order Nonlinear Second Order <br><a data-href="Second Order Linear" href="apma-intro-to-applied/second-order-linear.html" class="internal-link" target="_self" rel="noopener nofollow">Second Order Linear</a>
Second Order Nonlinear Higher Order <br><a data-tooltip-position="top" aria-label="Classification of Differential Equations > Single vs System" data-href="Classification of Differential Equations#Single vs System" href="apma-intro-to-applied/classification-of-differential-equations.html#Single vs System" class="internal-link" target="_self" rel="noopener nofollow">System of Equations</a> ]]></description><link>apma-intro-to-applied/ordinary-differential-equation.html</link><guid isPermaLink="false">APMA Intro to Applied/Ordinary Differential Equation.md</guid><pubDate>Thu, 26 Feb 2026 18:50:34 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Classification of Differential Equations]]></title><description><![CDATA[Differential Equations can be classified in many different waysSolutions to <a data-href="Ordinary Differential Equation" href="apma-intro-to-applied/ordinary-differential-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Ordinary Differential Equation</a> only have one dependent variable while <a data-href="Partial Differential Equations" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Partial Differential Equations</a> have two or moreDifferential equations can be given in a single equation or a set of equationsThe order of different equations refer to the highest derivative involvedFor example,Would be a 2nd order partial derivative Differential equations can be classified as linear if all of derivatives of the unknown term are linearAny non-linear component makes the equation non-linear]]></description><link>apma-intro-to-applied/classification-of-differential-equations.html</link><guid isPermaLink="false">APMA Intro to Applied/Classification of Differential Equations.md</guid><pubDate>Thu, 26 Feb 2026 18:12:34 GMT</pubDate></item><item><title><![CDATA[Power]]></title><description><![CDATA[Power is given as the change in energy per timeFor circuits, power is given as the product of the current and voltageSince Batteries always supply powerResistors always dissipate power]]></description><link>phys-elec-magn/power.html</link><guid isPermaLink="false">PHYS Elec Magn/Power.md</guid><pubDate>Thu, 26 Feb 2026 16:27:16 GMT</pubDate></item><item><title><![CDATA[Resistor]]></title><description><![CDATA[Resistors resists charge within a circuit by making it harder for positive charge to flow throughResistors in series combine their resistanceResistors in parallel divide the current between all resistorsJustification for resistors in parallel<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/5a918a99-bcc6-4325-b279-303e1844bae7" filesource="ELEN Intro to Electrical/Resistor Example_5.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">If then If then For resistors in series, the total resistance is always greater than the largest value
For resistors in parallel the total resistance is always lesser than the smallest value]]></description><link>phys-elec-magn/resistor.html</link><guid isPermaLink="false">PHYS Elec Magn/Resistor.md</guid><pubDate>Thu, 26 Feb 2026 16:09:18 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Electrical Meter]]></title><description><![CDATA[Meters are instruments that measures a value in real timeAn ammeter measures current in units of mA, it has an in side and an out side and measures the current from the in side to the out sideA voltmeter measures voltage in units of V, it measures voltage form its positive side to the negative side Reverse Current If a voltmeter is supplied with current that travels from the negative side to the positive side, the voltage is reversed
An <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Resistor > Ohmeter" data-href="ELEN Intro to Electrical/Resistor#Ohmeter" href="elen-intro-to-electrical/resistor.html#Ohmeter_0" class="internal-link" target="_self" rel="noopener nofollow">Ohmeter</a> measures resistance by measuring the voltage of a standard voltage source]]></description><link>elen-intro-to-electrical/electrical-meter.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Electrical Meter.md</guid><pubDate>Thu, 26 Feb 2026 16:07:19 GMT</pubDate></item><item><title><![CDATA[Circuit Analysis]]></title><description><![CDATA[The current and voltage of components and <a data-tooltip-position="top" aria-label="Node" data-href="Node" href="elen-intro-to-electrical/node.html" class="internal-link" target="_self" rel="noopener nofollow">Nodes</a> within a circuit can be identified using <a data-href="Kirchhoff's Laws" href="elen-intro-to-electrical/kirchhoff's-laws.html" class="internal-link" target="_self" rel="noopener nofollow">Kirchhoff's Laws</a> and <a data-tooltip-position="top" aria-label="ELEN Intro to Electrical/Resistor > Ohm's Law" data-href="ELEN Intro to Electrical/Resistor#Ohm's Law" href="elen-intro-to-electrical/resistor.html#Ohm's Law" class="internal-link" target="_self" rel="noopener nofollow">Ohm's Law</a>Because of KCL, the sum current in into a system of resistors is the same a the sum current out of the system Current of a resistor in parallel $$
i_{a}=i_{\text{total}} \frac{R_{\text{parasitic}}}{R_{a}}
$$<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/6987e919-e7da-44ad-9d1b-8e47d7c89a41" filesource="ELEN Intro to Electrical/Circuit Analysis Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/b36fdc19-ffb8-46b6-b5c1-0d685afd677b" filesource="ELEN Intro to Electrical/Circuit Analysis Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>elen-intro-to-electrical/circuit-analysis.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Circuit Analysis.md</guid><pubDate>Thu, 26 Feb 2026 16:07:19 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[DC and RC Circuits Example_0]]></title><link>phys-elec-magn/dc-and-rc-circuits-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/DC and RC Circuits Example_0.excalidraw.md</guid><pubDate>Thu, 26 Feb 2026 16:00:09 GMT</pubDate></item><item><title><![CDATA[Kirchhoff's Laws]]></title><description><![CDATA[Kirchhoff's Laws dictate how electricity moves within a circuitKirchhoff's Current Law states that the current going into a node or component must be the same as the current going out of the node or componentConsider these two scenarios<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/6d0c5b44-3455-4651-a85c-46ce55bca1f6" filesource="ELEN Intro to Electrical/Kirchhoff's Laws Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">In both cases the total current into the system equals the total current out of the system Kirchhoff's Voltage Law states that all voltage rises must be accompanied by voltage dropsAnd therefore the sum of all voltage across a circuit must sum up to zero<br>Consider this <a data-tooltip-position="top" aria-label="Node > Loops" data-href="Node#Loops" href="elen-intro-to-electrical/node.html#Loops" class="internal-link" target="_self" rel="noopener nofollow">Loop</a> containing three components <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/8d10202d-4dc2-42ec-bcaf-ffd720da9164" filesource="ELEN Intro to Electrical/Kirchhoff's Laws Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Since the total rises must equal the total drops , therefore ]]></description><link>elen-intro-to-electrical/kirchhoff's-laws.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Kirchhoff's Laws.md</guid><pubDate>Thu, 26 Feb 2026 15:41:20 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[DC and RC Circuits Example]]></title><link>phys-elec-magn/dc-and-rc-circuits-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/DC and RC Circuits Example.excalidraw.md</guid><pubDate>Thu, 26 Feb 2026 15:37:26 GMT</pubDate></item><item><title><![CDATA[Ohm's Law Example]]></title><link>phys-elec-magn/ohm's-law-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Ohm's Law Example.excalidraw.md</guid><pubDate>Thu, 26 Feb 2026 15:33:36 GMT</pubDate></item><item><title><![CDATA[Current]]></title><description><![CDATA[Current is flow of positive charge, it's denoted by ( for fixed currents)
Current is measured in Amperes and is a standard <a data-href="SI Unit" href="phys-intro-physics/si-unit.html" class="internal-link" target="_self" rel="noopener nofollow">SI Unit</a> <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/0cb3078e-9ef9-4cd7-bf6d-2a928612fe26" filesource="ELEN Intro to Electrical/Current Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Flow of positive charge
Current is the flow of positive charge while electrons contain negative charge, in reality electrons flow the opposite direction from the current
]]></description><link>elen-intro-to-electrical/current.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Current.md</guid><pubDate>Thu, 19 Feb 2026 16:20:50 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Current Example_0]]></title><link>elen-intro-to-electrical/current-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Current Example_0.excalidraw.md</guid><pubDate>Thu, 19 Feb 2026 16:15:43 GMT</pubDate></item><item><title><![CDATA[Current Example]]></title><link>elen-intro-to-electrical/current-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Current Example.excalidraw.md</guid><pubDate>Thu, 19 Feb 2026 16:08:33 GMT</pubDate></item><item><title><![CDATA[Capacitance Example_2]]></title><link>phys-elec-magn/capacitance-example_2.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Capacitance Example_2.excalidraw.md</guid><pubDate>Thu, 19 Feb 2026 16:01:22 GMT</pubDate></item><item><title><![CDATA[Capacitance Example_1]]></title><link>phys-elec-magn/capacitance-example_1.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Capacitance Example_1.excalidraw.md</guid><pubDate>Thu, 19 Feb 2026 15:43:57 GMT</pubDate></item><item><title><![CDATA[Capacitance Example_0]]></title><link>phys-elec-magn/capacitance-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Capacitance Example_0.excalidraw.md</guid><pubDate>Thu, 19 Feb 2026 15:34:08 GMT</pubDate></item><item><title><![CDATA[Capacitance Example]]></title><link>phys-elec-magn/capacitance-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Capacitance Example.excalidraw.md</guid><pubDate>Thu, 19 Feb 2026 15:26:22 GMT</pubDate></item><item><title><![CDATA[Conductor and Insulators]]></title><description><![CDATA[Conductors and Insulators control the flow of chargeIn a conductor, charges are free to move around
Materials such as metals are conductorsThe surface of conductors are equal-potential surfacesInsulators restricts the move move charges
Electrons are strongly bond
Materials such as plastic, wood, and rubber are insulatorsFor a conductor to be in equilibrium, any external <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a> must be canceled by an electric field of the induced charge within the conductor, making the net internal electric field zero<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/c28e4759-bee9-4a08-a060-ba15ff361fc0" filesource="PHYS Elec Magn/Conductor and Insulators Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>In addition is to the surface of the conductor, the conductor itself a <a data-tooltip-position="top" aria-label="Equipotential Contours" data-href="Equipotential Contours" href="phys-elec-magn/equipotential-contours.html" class="internal-link" target="_self" rel="noopener nofollow">Equipotential Surface</a> The electric field on the surface of the conductor in equilibrium is perpendicular to the surface therefore it is equipotentialConsider a a plate with surface charge density and a person with a grounded plate between<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/7b48532e-c847-437f-989c-da561deab5e1" filesource="PHYS Elec Magn/Conductor and Insulators Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">In these equation the surface charge density is divided by because the surface is a plane with no edge effectsSince And since<br>The grounded plate effectively shields the person from the external <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a>Consider a similar system except the plate is not grounded<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/7650df6d-bf9e-46bb-abf0-cf44255288d9" filesource="PHYS Elec Magn/Conductor and Insulators Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/conductor-and-insulators.html</link><guid isPermaLink="false">PHYS Elec Magn/Conductor and Insulators.md</guid><pubDate>Thu, 19 Feb 2026 15:12:17 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Amplification with Op Amps]]></title><description><![CDATA[Amplification of Signals can be achieved with <a data-tooltip-position="top" aria-label="Operational Amplifier" data-href="Operational Amplifier" href="elen-intro-to-electrical/operational-amplifier.html" class="internal-link" target="_self" rel="noopener nofollow">Operational Amplifiers</a><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/28352725-96bc-495c-b2f2-716ffd554d0c" filesource="ELEN Intro to Electrical/Amplification with Op Amps Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Inverting vs Noninverting
This circuit is noninverting, meaning that the output is not a negative of the input
Information for inverting amplification is below
<br>In this circuit, is given by by <a data-tooltip-position="top" aria-label="Kirchhoff's Laws > Voltage Law" data-href="Kirchhoff's Laws#Voltage Law" href="elen-intro-to-electrical/kirchhoff's-laws.html#Voltage Law" class="internal-link" target="_self" rel="noopener nofollow">Kirchhoff's Voltage Law</a>SinceWe reach the equationThe resistors can then be changed to change the gain of the circuitAn inverting amplifier can be created by using a negative feedback loop<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/68249d62-5a7e-4ab8-a7b9-458cd89a1ef6" filesource="ELEN Intro to Electrical/Amplification with Op Amps Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The output will be an amplified negative of the inputIn a typical current circuit, the current through the load is often not the same as the current source due to current drops from the source <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/3d00dd62-662c-4f79-96a8-13d9b8d3ba58" filesource="ELEN Intro to Electrical/Amplification with Op Amps Example_2.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">An op amp fixes this by "adding" back lost current<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/5cd43a2d-ea5b-4d6b-a205-fd0eb25a95c0" filesource="ELEN Intro to Electrical/Amplification with Op Amps Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">A solar cell, modeled here as and outputs a voltage but is unreliable with currentThe op amp ensures that a consistent current passes through<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/d0b53db9-b1e0-4362-b395-6811a8336824" filesource="ELEN Intro to Electrical/Amplification with Op Amps Example_3.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">A strain gauge measures strain by using resistance, the length changes based on strain and that influences resistance
A system of 4 gauges can be used for surfaces<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/7de2a9be-c07d-4876-806e-f4be8ff4f16b" filesource="ELEN Intro to Electrical/Amplification with Op Amps Example_4.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The strain is measured by the difference in voltage of two strain gauges, the circuit to measure the difference is shown below<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/8ce4bcf0-2cb9-4e0a-9ff2-c17aadcf4c6f" filesource="ELEN Intro to Electrical/Amplification with Op Amps Example_5.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>elen-intro-to-electrical/amplification-with-op-amps.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Amplification with Op Amps.md</guid><pubDate>Wed, 18 Feb 2026 22:49:11 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Amplification with Op Amps Example_3]]></title><link>elen-intro-to-electrical/amplification-with-op-amps-example_3.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Amplification with Op Amps Example_3.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 22:36:49 GMT</pubDate></item><item><title><![CDATA[Amplification with Op Amps Example_5]]></title><link>elen-intro-to-electrical/amplification-with-op-amps-example_5.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Amplification with Op Amps Example_5.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 22:27:08 GMT</pubDate></item><item><title><![CDATA[Amplification with Op Amps Example_4]]></title><link>elen-intro-to-electrical/amplification-with-op-amps-example_4.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Amplification with Op Amps Example_4.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 22:24:38 GMT</pubDate></item><item><title><![CDATA[Amplification with Op Amps Example_1]]></title><link>elen-intro-to-electrical/amplification-with-op-amps-example_1.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Amplification with Op Amps Example_1.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 22:10:04 GMT</pubDate></item><item><title><![CDATA[Amplification with Op Amps Example_2]]></title><link>elen-intro-to-electrical/amplification-with-op-amps-example_2.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Amplification with Op Amps Example_2.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 22:08:14 GMT</pubDate></item><item><title><![CDATA[Amplification with Op Amps Example_0]]></title><link>elen-intro-to-electrical/amplification-with-op-amps-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Amplification with Op Amps Example_0.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 21:58:00 GMT</pubDate></item><item><title><![CDATA[Amplification with Op Amps Example]]></title><link>elen-intro-to-electrical/amplification-with-op-amps-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Amplification with Op Amps Example.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 21:43:50 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_9]]></title><link>elen-intro-to-electrical/operational-amplifier-example_9.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_9.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 21:27:09 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_10]]></title><link>elen-intro-to-electrical/operational-amplifier-example_10.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_10.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 21:27:04 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_8]]></title><link>elen-intro-to-electrical/operational-amplifier-example_8.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_8.excalidraw.md</guid><pubDate>Wed, 18 Feb 2026 21:25:01 GMT</pubDate></item><item><title><![CDATA[Minimum Spanning Tree]]></title><description><![CDATA[A set of edges that produces no cycle and connects all vertices in the <a data-href="Graph" href="coms-data-structures/graph.html" class="internal-link" target="_self" rel="noopener nofollow">Graph</a> The set is at minimal cost (or weight)Prim's algorithm starts with a vertex and considers the least weighted connected vertex, repeating until all vertexes are accounted for<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/beca55b1-15fa-433b-99af-0d9d302e4341" filesource="COMS Data Structures/Minimum Spanning Tree Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Also known as Dijkstra's single source shortest path algorithmGiven a starting location in space, find the shortest path to another locations<br>
<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/e18ff5f5-33b4-4da1-beac-166ea37588e2" filesource="COMS Data Structures/Minimum Spanning Tree Dijkstra's Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Sorts edges first by edge weight then by lexicographical ordering, checks if the edge does not create a cycle, adds each edge to the minimum spanning tree<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/0d34990f-4ffb-49bf-838a-7d93d1028919" filesource="COMS Data Structures/Minimum Spanning Tree Kruskal.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Finding cycles within the tree can be achieved through union-findmakeset(x): creates a one-element set find(x): traces the path from up to the root of the path, returning the rootunion(x,y): attaches the root of 's subtree to the root of 's subtreeThere is a cycle when find(x) == find(y)<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/d7e18208-126a-4841-aba5-c0bd74c19168" filesource="COMS Data Structures/Minimum Spanning Tree Example Union-Find.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">
Given the graph shown in Kruskal's algorithm, separate all nodes using makeset(_) into singletonsSince find(b) != find(c)
Create a tree union(b,c)Since find(e) != find(f)
Create another tree union(e,f)Continue this process for all edges]]></description><link>coms-data-structures/minimum-spanning-tree.html</link><guid isPermaLink="false">COMS Data Structures/Minimum Spanning Tree.md</guid><pubDate>Tue, 17 Feb 2026 21:04:27 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Homogenous Equations with Constants Example_5]]></title><link>apma-intro-to-applied/homogenous-equations-with-constants-example_5.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Homogenous Equations with Constants Example_5.excalidraw.md</guid><pubDate>Tue, 17 Feb 2026 18:59:12 GMT</pubDate></item><item><title><![CDATA[Homogenous Equations with Constants]]></title><description><![CDATA[In a homogenous equation, coefficient are constant<a data-tooltip-position="top" aria-label="Second Order Linear" data-href="Second Order Linear" href="apma-intro-to-applied/second-order-linear.html" class="internal-link" target="_self" rel="noopener nofollow">Second Order</a> Homogeneous equations can be formatted into several <a data-href="First Order Linear" href="apma-intro-to-applied/first-order-linear.html" class="internal-link" target="_self" rel="noopener nofollow">First Order Linear</a> equations using reduction of orderConsider the equation <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/bee27564-6363-4813-90e4-b0e9dbe944cf" filesource="APMA Intro to Applied/Homogenous Equations with Constants Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Assume the solutions are exponentials where is a constant
Given that the Wronskian The solutions to the equation can be found by finding the solutions to Consider the same equation from above<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/061995cd-aec7-4c74-ab66-1b757b539f50" filesource="APMA Intro to Applied/Homogenous Equations with Constants Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Consider the equation and initial condition<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/c90ac13f-ecf9-4e48-ba55-db49c048be7e" filesource="APMA Intro to Applied/Homogenous Equations with Constants Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">If the detriment or then the solution will include complex roots and the Wronskian will be zero To solve complex roots the initial set up remains the sameIf thenApply Euler's formula<br>However these solutions are still complex, to find real solutions use the <a data-tooltip-position="top" aria-label="Second Order Linear > Theorem II Superposition Principle" data-href="Second Order Linear#Theorem II Superposition Principle" href="apma-intro-to-applied/second-order-linear.html#Theorem II Superposition Principle" class="internal-link" target="_self" rel="noopener nofollow">Superposition Principle</a><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/9a0a1071-da0a-4d02-ac80-867b11786ebf" filesource="APMA Intro to Applied/Homogenous Equations with Constants Example_2.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">If two solutions are equivalentSo therefore<br>Apply <a data-tooltip-position="top" aria-label="Homogenous Equations with Constants > Variation of Parameters" data-href="Homogenous Equations with Constants#Variation of Parameters" href="apma-intro-to-applied/homogenous-equations-with-constants.html#Variation_of_Parameters_0" class="internal-link" target="_self" rel="noopener nofollow">Variation of Parameters</a>Since <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/8524f0bf-c795-4c47-8206-b7435654d03d" filesource="APMA Intro to Applied/Homogenous Equations with Constants Example_3.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">For a non characteristic equation, assume that the solution is ThereforeConsider the equation<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/12c956f4-6852-4a4f-b9a2-5029c7fdb875" filesource="APMA Intro to Applied/Homogenous Equations with Constants Example_4.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>The equation can not be solved via <a data-tooltip-position="top" aria-label="Homogenous Equations with Constants > Reduction of Order" data-href="Homogenous Equations with Constants#Reduction of Order" href="apma-intro-to-applied/homogenous-equations-with-constants.html#Reduction_of_Order_0" class="internal-link" target="_self" rel="noopener nofollow">Reduction of Order</a><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/6960a525-2271-47b4-b7b7-99c830ccacc4" filesource="APMA Intro to Applied/Homogenous Equations with Constants Example_5.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-intro-to-applied/homogenous-equations-with-constants.html</link><guid isPermaLink="false">APMA Intro to Applied/Homogenous Equations with Constants.md</guid><pubDate>Tue, 17 Feb 2026 18:51:58 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Homogenous Equations with Constants Example_0]]></title><link>apma-intro-to-applied/homogenous-equations-with-constants-example_0.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Homogenous Equations with Constants Example_0.excalidraw.md</guid><pubDate>Tue, 17 Feb 2026 18:49:19 GMT</pubDate></item><item><title><![CDATA[Homogenous Equations with Constants Example_4]]></title><link>apma-intro-to-applied/homogenous-equations-with-constants-example_4.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Homogenous Equations with Constants Example_4.excalidraw.md</guid><pubDate>Tue, 17 Feb 2026 18:20:32 GMT</pubDate></item><item><title><![CDATA[Conductor and Insulators Example_1]]></title><link>phys-elec-magn/conductor-and-insulators-example_1.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Conductor and Insulators Example_1.excalidraw.md</guid><pubDate>Tue, 17 Feb 2026 15:44:08 GMT</pubDate></item><item><title><![CDATA[Priority Queue]]></title><description><![CDATA[A priority queue is a type of <a data-tooltip-position="top" aria-label="Linear Structures > Queue" data-href="Linear Structures#Queue" href="coms-data-structures/linear-structures.html#Queue" class="internal-link" target="_self" rel="noopener nofollow">Queue</a> where instead of the last element, the element with the most priority is removed first, it supports the following methodsinsert(x):
<br> (<a data-tooltip-position="top" aria-label="Lists > Linked Lists" data-href="Lists#Linked Lists" href="coms-data-structures/lists.html#Linked Lists" class="internal-link" target="_self" rel="noopener nofollow">Linked Lists</a>) <br> (<a data-href="Red-Black Tree" href="coms-data-structures/red-black-tree.html" class="internal-link" target="_self" rel="noopener nofollow">Red-Black Tree</a>)
deleteMin():
<br> (<a data-tooltip-position="top" aria-label="Lists > Linked Lists" data-href="Lists#Linked Lists" href="coms-data-structures/lists.html#Linked Lists" class="internal-link" target="_self" rel="noopener nofollow">Linked Lists</a>)
<br> (<a data-href="Red-Black Tree" href="coms-data-structures/red-black-tree.html" class="internal-link" target="_self" rel="noopener nofollow">Red-Black Tree</a>)
<br>However, a better time cost can be achieved by using a <a data-href="COMS Data Structures/Heap" href="coms-data-structures/heap.html" class="internal-link" target="_self" rel="noopener nofollow">COMS Data Structures/Heap</a>
getMin(x): (Deletion is )
insert(x): sort():
<br> (<a data-tooltip-position="top" aria-label="Lists > Linked Lists" data-href="Lists#Linked Lists" href="coms-data-structures/lists.html#Linked Lists" class="internal-link" target="_self" rel="noopener nofollow">Linked Lists</a>)
]]></description><link>coms-data-structures/priority-queue.html</link><guid isPermaLink="false">COMS Data Structures/Priority Queue.md</guid><pubDate>Mon, 16 Feb 2026 23:01:29 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_2]]></title><link>elen-intro-to-electrical/operational-amplifier-example_2.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_2.excalidraw.md</guid><pubDate>Mon, 16 Feb 2026 22:20:51 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_7]]></title><link>elen-intro-to-electrical/operational-amplifier-example_7.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_7.excalidraw.md</guid><pubDate>Mon, 16 Feb 2026 22:20:34 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_6]]></title><link>elen-intro-to-electrical/operational-amplifier-example_6.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_6.excalidraw.md</guid><pubDate>Mon, 16 Feb 2026 22:11:44 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_5]]></title><link>elen-intro-to-electrical/operational-amplifier-example_5.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_5.excalidraw.md</guid><pubDate>Mon, 16 Feb 2026 22:08:05 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_4]]></title><link>elen-intro-to-electrical/operational-amplifier-example_4.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_4.excalidraw.md</guid><pubDate>Mon, 16 Feb 2026 21:58:50 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_3]]></title><link>elen-intro-to-electrical/operational-amplifier-example_3.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_3.excalidraw.md</guid><pubDate>Mon, 16 Feb 2026 21:56:28 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example]]></title><link>elen-intro-to-electrical/operational-amplifier-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example.excalidraw.md</guid><pubDate>Mon, 16 Feb 2026 21:48:08 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_0]]></title><link>elen-intro-to-electrical/operational-amplifier-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_0.excalidraw.md</guid><pubDate>Mon, 16 Feb 2026 21:44:15 GMT</pubDate></item><item><title><![CDATA[Operational Amplifier Example_1]]></title><link>elen-intro-to-electrical/operational-amplifier-example_1.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Operational Amplifier Example_1.excalidraw.md</guid><pubDate>Mon, 16 Feb 2026 21:43:44 GMT</pubDate></item><item><title><![CDATA[Node Analysis Example]]></title><link>elen-intro-to-electrical/node-analysis-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Node Analysis Example.excalidraw.md</guid><pubDate>Sun, 15 Feb 2026 20:18:00 GMT</pubDate></item><item><title><![CDATA[Second Order Linear]]></title><description><![CDATA[Second Order Linear <a data-tooltip-position="top" aria-label="Ordinary Differential Equation" data-href="Ordinary Differential Equation" href="apma-intro-to-applied/ordinary-differential-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Ordinary Differential Equations</a> follow the general form<br>Let , , and be continuous and on the open interval then there exists a unique solution for the <a data-href="Initial Value Problem" href="apma-intro-to-applied/initial-value-problem.html" class="internal-link" target="_self" rel="noopener nofollow">Initial Value Problem</a>, and Also called the superposition principle for homogenous equations
If and are two solutions of a homogenous equationThen is also a solutionIf and are two solutions of a homogenous equation and Then is the general solutionLet and be two solutions of a homogenous equation, the Wronskian of the equation can be given asIf then and are linearly dependent
If then and are linearly independentTheorem II vs Theorem III
While both theorems give a similar form, theorem III gives the general solution while theorem II only gives a single solution
<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/5cc4888c-76e2-4f1c-8e1c-79c9b7b31f01" filesource="APMA Intro to Applied/Second Order Linear Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Let and be two solutions of a homogenous equationIf the Wronskian of the solutions at is not zeroFor the initial condition: and There exists a unique choice of and such thatProof for the condition that <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/7bea2ebf-ef06-4fbe-a273-5c188f6b0f90" filesource="APMA Intro to Applied/Second Order Linear Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-intro-to-applied/second-order-linear.html</link><guid isPermaLink="false">APMA Intro to Applied/Second Order Linear.md</guid><pubDate>Sat, 14 Feb 2026 20:52:19 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Electric Field Example_0]]></title><link>phys-elec-magn/electric-field-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Field Example_0.excalidraw.md</guid><pubDate>Fri, 13 Feb 2026 01:25:44 GMT</pubDate></item><item><title><![CDATA[Electric Potential Example_0]]></title><link>phys-elec-magn/electric-potential-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Potential Example_0.excalidraw.md</guid><pubDate>Fri, 13 Feb 2026 00:56:31 GMT</pubDate></item><item><title><![CDATA[Homogenous Equations with Constants Example_3]]></title><link>apma-intro-to-applied/homogenous-equations-with-constants-example_3.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Homogenous Equations with Constants Example_3.excalidraw.md</guid><pubDate>Thu, 12 Feb 2026 19:13:04 GMT</pubDate></item><item><title><![CDATA[Homogenous Equations with Constants Example_2]]></title><link>apma-intro-to-applied/homogenous-equations-with-constants-example_2.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Homogenous Equations with Constants Example_2.excalidraw.md</guid><pubDate>Thu, 12 Feb 2026 18:35:00 GMT</pubDate></item><item><title><![CDATA[Conductor and Insulators Example_0]]></title><link>phys-elec-magn/conductor-and-insulators-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Conductor and Insulators Example_0.excalidraw.md</guid><pubDate>Thu, 12 Feb 2026 16:24:15 GMT</pubDate></item><item><title><![CDATA[Conductor and Insulators Example]]></title><link>phys-elec-magn/conductor-and-insulators-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Conductor and Insulators Example.excalidraw.md</guid><pubDate>Thu, 12 Feb 2026 16:00:31 GMT</pubDate></item><item><title><![CDATA[Equipotential Contours]]></title><description><![CDATA[Equipotential Contours is a map of contour lines that acts similarly to a height map
They follow the following rules:
Each point on a specific contour line has the same <a data-href="Electric Potential" href="phys-elec-magn/electric-potential.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Potential</a>
<br>The closer the controller lines are to each other the bigger the charge in <a data-href="Electric Potential" href="phys-elec-magn/electric-potential.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Potential</a> for a radius
<br>The direction of the <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a> points form high to low potential is perpendicular to the contour lines
]]></description><link>phys-elec-magn/equipotential-contours.html</link><guid isPermaLink="false">PHYS Elec Magn/Equipotential Contours.md</guid><pubDate>Thu, 12 Feb 2026 15:53:49 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Equipotential Contours Example_1]]></title><link>phys-elec-magn/equipotential-contours-example_1.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Equipotential Contours Example_1.excalidraw.md</guid><pubDate>Thu, 12 Feb 2026 15:51:04 GMT</pubDate></item><item><title><![CDATA[Equipotential Contours Example_0]]></title><link>phys-elec-magn/equipotential-contours-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Equipotential Contours Example_0.excalidraw.md</guid><pubDate>Thu, 12 Feb 2026 15:49:52 GMT</pubDate></item><item><title><![CDATA[Equipotential Contours Example]]></title><link>phys-elec-magn/equipotential-contours-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Equipotential Contours Example.excalidraw.md</guid><pubDate>Thu, 12 Feb 2026 15:49:35 GMT</pubDate></item><item><title><![CDATA[Lewis Structure]]></title><description><![CDATA[A Lewis Structure minimizes the <a data-href="Formal Charge" href="chem-gen-chem/formal-charge.html" class="internal-link" target="_self" rel="noopener nofollow">Formal Charge</a> for all atoms
The order of drawing a structure is as follows:
Know or guess the molecular structure
Produce a trial structure by drawing bonds by using their common valance requirements (the amount of hydrogens in their hydride)
Draw bounds for all other atoms (using double bounds if necessary)
<br>Aim to reach an <a data-tooltip-position="top" aria-label="Octet Rule" data-href="Octet Rule" href="chem-gen-chem/octet-rule.html" class="internal-link" target="_self" rel="noopener nofollow">Octet Configuration</a> for all atoms but recognize that not all atoms will have an octet configuration
Structures that is an average of several structures, molecules like ozone have several asymmetric formsO⁻O⁺OOO⁺O⁻The resonance structure takes the average of the two formsOOOIn certain situations the octet rule can be violated<br>Atoms with odd electrons like nitrogen can not expect to follow the <a data-href="Octet Rule" href="chem-gen-chem/octet-rule.html" class="internal-link" target="_self" rel="noopener nofollow">Octet Rule</a> all the time, for example, nitrogen oxide has an odd electron on the nitrogen<br>Molecules like Xeon Difluoride will have more than 8 electrons on the center, this is because the extra electrons are taking space in the hidden <a data-tooltip-position="top" aria-label="Orbital > d orbitals" data-href="Orbital#d orbitals" href="chem-gen-chem/orbital.html#d orbitals" class="internal-link" target="_self" rel="noopener nofollow">d orbitals</a> of the atom Lewis Structure provide no indication of shape of the molecule<br>
While <a data-tooltip-position="top" aria-label="Shapes of Molecules Using VSEPR > VSEPR" data-href="Shapes of Molecules Using VSEPR#VSEPR" href="chem-gen-chem/shapes-of-molecules-using-vsepr.html#VSEPR" class="internal-link" target="_self" rel="noopener nofollow">VSEPR</a> can be used to predict shapes, these predictions are not always accurate, for example Oxygen is predicted as diamagnetic while it is paramagnetic<br>
In addition, many compounds can not be represented by Lewis Structures without the use of <a data-tooltip-position="top" aria-label="Lewis Structure > Resonance Structures" data-href="Lewis Structure#Resonance Structures" href="chem-gen-chem/lewis-structure.html#Resonance_Structures_0" class="internal-link" target="_self" rel="noopener nofollow">Resonance Structures</a>Diamagnetic: Contains no unpaired electrons
Paramagnetic: Contains unpaired electrons and is attracted to magnets]]></description><link>chem-gen-chem/lewis-structure.html</link><guid isPermaLink="false">CHEM Gen Chem/Lewis Structure.md</guid><pubDate>Thu, 12 Feb 2026 15:34:59 GMT</pubDate></item><item><title><![CDATA[Curl of an Electric Field]]></title><description><![CDATA[If the curl of an <a data-href="Electric Field" href="phys-elec-magn/electric-field.html" class="internal-link" target="_self" rel="noopener nofollow">Electric Field</a> is <br>Then is <a data-tooltip-position="top" aria-label="Conservative Force" data-href="Conservative Force" href="phys-intro-physics/conservative-force.html" class="internal-link" target="_self" rel="noopener nofollow">Conservative</a>This means that the electric field can not loop onto itself]]></description><link>phys-elec-magn/curl-of-an-electric-field.html</link><guid isPermaLink="false">PHYS Elec Magn/Curl of an Electric Field.md</guid><pubDate>Thu, 12 Feb 2026 15:29:32 GMT</pubDate></item><item><title><![CDATA[Homogenous Equations with Constants Example_1]]></title><link>apma-intro-to-applied/homogenous-equations-with-constants-example_1.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Homogenous Equations with Constants Example_1.excalidraw.md</guid><pubDate>Tue, 10 Feb 2026 19:10:00 GMT</pubDate></item><item><title><![CDATA[Homogenous Equations with Constants Example]]></title><link>apma-intro-to-applied/homogenous-equations-with-constants-example.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Homogenous Equations with Constants Example.excalidraw.md</guid><pubDate>Tue, 10 Feb 2026 18:49:15 GMT</pubDate></item><item><title><![CDATA[Second Order Linear Example_1]]></title><link>apma-intro-to-applied/second-order-linear-example_1.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Second Order Linear Example_1.excalidraw.md</guid><pubDate>Tue, 10 Feb 2026 18:28:10 GMT</pubDate></item><item><title><![CDATA[Geometry of Electric Fields]]></title><description><![CDATA[Consider <a data-href="Gauss's Law" href="phys-elec-magn/gauss's-law.html" class="internal-link" target="_self" rel="noopener nofollow">Gauss's Law</a><br>By using <a data-href="Divergence Theorem" href="apma-multivariable/divergence-theorem.html" class="internal-link" target="_self" rel="noopener nofollow">Divergence Theorem</a>, we can rewrite the law into another formThis is considered the Differential Form of Gauss's LawConsider the equation<br>Recall that is a <a data-href="Conservative Force" href="phys-intro-physics/conservative-force.html" class="internal-link" target="_self" rel="noopener nofollow">Conservative Force</a>]]></description><link>phys-elec-magn/geometry-of-electric-fields.html</link><guid isPermaLink="false">PHYS Elec Magn/Geometry of Electric Fields.md</guid><pubDate>Tue, 10 Feb 2026 16:18:29 GMT</pubDate></item><item><title><![CDATA[Divergence Theorem]]></title><link>apma-multivariable/divergence-theorem.html</link><guid isPermaLink="false">APMA Multivariable/Divergence Theorem.md</guid><pubDate>Tue, 10 Feb 2026 15:53:42 GMT</pubDate></item><item><title><![CDATA[Electric Potential Example_1]]></title><link>phys-elec-magn/electric-potential-example_1.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Potential Example_1.excalidraw.md</guid><pubDate>Tue, 10 Feb 2026 15:40:20 GMT</pubDate></item><item><title><![CDATA[Type Casting]]></title><description><![CDATA[A cast is implicit when the complier auto casts a value while an explicit cast is called manually within the codeA cast is considered a promotion when the new type more specified than the old, an int is a very primitive type while a float is more specific]]></description><link>coms-advanced-programming/type-casting.html</link><guid isPermaLink="false">COMS Advanced Programming/Type Casting.md</guid><pubDate>Mon, 09 Feb 2026 23:04:05 GMT</pubDate></item><item><title><![CDATA[Coding Style]]></title><description><![CDATA[Different stylings for C can be used based on different best practices and standardsFor system's programming, most people follow the <a data-tooltip-position="top" aria-label="https://www.kernel.org/doc/Documentation/process/coding-style.rst" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.kernel.org/doc/Documentation/process/coding-style.rst" target="_self">Linux Kernel Style</a>]]></description><link>coms-advanced-programming/coding-style.html</link><guid isPermaLink="false">COMS Advanced Programming/Coding Style.md</guid><pubDate>Mon, 09 Feb 2026 22:51:29 GMT</pubDate></item><item><title><![CDATA[Alternating Current Example]]></title><link>elen-intro-to-electrical/alternating-current-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Alternating Current Example.excalidraw.md</guid><pubDate>Mon, 09 Feb 2026 21:33:03 GMT</pubDate></item><item><title><![CDATA[Alternating Current]]></title><description><![CDATA[<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/2e3697e2-4497-4126-87c3-71f8815722d5" filesource="ELEN Intro to Electrical/Alternating Current Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>elen-intro-to-electrical/alternating-current.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Alternating Current.md</guid><pubDate>Mon, 09 Feb 2026 21:32:26 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Circuit Analysis Example_0]]></title><link>elen-intro-to-electrical/circuit-analysis-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Circuit Analysis Example_0.excalidraw.md</guid><pubDate>Mon, 09 Feb 2026 21:24:55 GMT</pubDate></item><item><title><![CDATA[Circuit Analysis Example]]></title><link>elen-intro-to-electrical/circuit-analysis-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Circuit Analysis Example.excalidraw.md</guid><pubDate>Mon, 09 Feb 2026 21:21:53 GMT</pubDate></item><item><title><![CDATA[Second Order Linear Example_0]]></title><link>apma-intro-to-applied/second-order-linear-example_0.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Second Order Linear Example_0.excalidraw.md</guid><pubDate>Thu, 05 Feb 2026 19:25:21 GMT</pubDate></item><item><title><![CDATA[Second Order Linear Example]]></title><description><![CDATA[PLACEHOLDER]]></description><link>apma-intro-to-applied/second-order-linear-example.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Second Order Linear Example.excalidraw.md</guid><pubDate>Thu, 05 Feb 2026 19:00:26 GMT</pubDate></item><item><title><![CDATA[Initial Value Problem]]></title><description><![CDATA[ ]]></description><link>apma-intro-to-applied/initial-value-problem.html</link><guid isPermaLink="false">APMA Intro to Applied/Initial Value Problem.md</guid><pubDate>Thu, 05 Feb 2026 18:45:27 GMT</pubDate></item><item><title><![CDATA[Separable Equation]]></title><description><![CDATA[An <a data-href="Ordinary Differential Equation" href="apma-intro-to-applied/ordinary-differential-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Ordinary Differential Equation</a> can be called separable if it can be written in this form Separable equations can be separated into two parts and can be integrated directly<br>Exactness
All separable equations are <a data-tooltip-position="top" aria-label="Exact Equation" data-href="Exact Equation" href="apma-intro-to-applied/exact-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Exact</a>
This is a separable equation since can be multiplied on both sidesThis is a separable since can be divided (given certain conditions) on both sides This is not separable however since can not be properly removed to fir the separable form <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/77d4b77a-7bd2-4f61-bf20-9d30962cc088" filesource="APMA Intro to Applied/Separable Equation Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-intro-to-applied/separable-equation.html</link><guid isPermaLink="false">APMA Intro to Applied/Separable Equation.md</guid><pubDate>Thu, 05 Feb 2026 18:45:15 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Integral Curve]]></title><description><![CDATA[Curves that map the solutions to an <a data-href="Ordinary Differential Equation" href="apma-intro-to-applied/ordinary-differential-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Ordinary Differential Equation</a>]]></description><link>apma-intro-to-applied/integral-curve.html</link><guid isPermaLink="false">APMA Intro to Applied/Integral Curve.md</guid><pubDate>Thu, 05 Feb 2026 18:45:15 GMT</pubDate></item><item><title><![CDATA[First Order Linear]]></title><description><![CDATA[First Order Linear <a data-href="Ordinary Differential Equation" href="apma-intro-to-applied/ordinary-differential-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Ordinary Differential Equation</a> can be solved using either the <a data-href="Method of Integrating Factor" href="apma-intro-to-applied/method-of-integrating-factor.html" class="internal-link" target="_self" rel="noopener nofollow">Method of Integrating Factor</a> or <a data-href="Method of Variation" href=".html" class="internal-link" target="_self" rel="noopener nofollow">Method of Variation</a>Some equations can have special forms and can be solved generally<br>
These equations are <a data-tooltip-position="top" aria-label="Exact Equation" data-href="Exact Equation" href="apma-intro-to-applied/exact-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Exact</a>Type one equations usually follow the format and can be easily integratedType two equations follow the format and can be reduced to a type oneSingle Separatable Type II<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/b32e6df1-8d66-41f6-84c5-faffcf2b0212" filesource="APMA Intro to Applied/First Order Linear Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-intro-to-applied/first-order-linear.html</link><guid isPermaLink="false">APMA Intro to Applied/First Order Linear.md</guid><pubDate>Thu, 05 Feb 2026 18:45:15 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Exact Equation]]></title><description><![CDATA[Given an equation, if there exists functions such that Then the equation is an exact equationThe <a data-tooltip-position="top" aria-label="Partial Derivative" data-href="Partial Derivative" href="apma-multivariable/partial-derivative.html" class="internal-link" target="_self" rel="noopener nofollow">total derivative</a> of a function can be givenConsider the equationAssume can be given as<br>By taking the <a data-tooltip-position="top" aria-label="Partial Derivative" data-href="Partial Derivative" href="apma-multivariable/partial-derivative.html" class="internal-link" target="_self" rel="noopener nofollow">Partial Derivatives</a>, we can see that is equal to the original equationBy equating the partial to we can see that is constantRather than finding and to determine exactness, the following process can be usedLetThen take the complementary derivative of both equationAssume is continuous and differentiable
If this condition is satisfied then the equation is exactTo determine exactness<br>
<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/fca6f6d1-1fad-497e-87f8-64f197fe4b69" filesource="APMA Intro to Applied/Exact Equation Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/8d4bf881-2155-4bad-8c4b-a43fc05a8d0c" filesource="APMA Intro to Applied/Exact Equation Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/d1812532-d9fe-4166-a1d5-5c06020ed413" filesource="APMA Intro to Applied/Exact Equation Example_1.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-intro-to-applied/exact-equation.html</link><guid isPermaLink="false">APMA Intro to Applied/Exact Equation.md</guid><pubDate>Thu, 05 Feb 2026 18:36:24 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Exact Equation Example_1]]></title><link>apma-intro-to-applied/exact-equation-example_1.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Exact Equation Example_1.excalidraw.md</guid><pubDate>Thu, 05 Feb 2026 18:36:15 GMT</pubDate></item><item><title><![CDATA[Electric Field Example]]></title><link>phys-elec-magn/electric-field-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Field Example.excalidraw.md</guid><pubDate>Thu, 05 Feb 2026 16:03:48 GMT</pubDate></item><item><title><![CDATA[Electric Potential Example]]></title><link>phys-elec-magn/electric-potential-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Potential Example.excalidraw.md</guid><pubDate>Thu, 05 Feb 2026 15:55:30 GMT</pubDate></item><item><title><![CDATA[Work]]></title><description><![CDATA[Work is defined as the amount amount of force applied over a distanceTherefore the total work done over a distance is equal to the change in kinetic energy between the two distances Potential Energy Kinetic EnergyIn a system where energy is conserved]]></description><link>phys-intro-physics/work.html</link><guid isPermaLink="false">PHYS Intro Physics/Work.md</guid><pubDate>Thu, 05 Feb 2026 15:17:15 GMT</pubDate></item><item><title><![CDATA[Resistor Example_6]]></title><link>elen-intro-to-electrical/resistor-example_6.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Resistor Example_6.excalidraw.md</guid><pubDate>Wed, 04 Feb 2026 22:17:13 GMT</pubDate></item><item><title><![CDATA[Nuclear Magnetic Resonance Spectroscopy]]></title><description><![CDATA[Current is flow of positive charge, it's denoted by ( for fixed currents)
Current is measured in Amperes and is a standard <a data-href="SI Unit" href="phys-intro-physics/si-unit.html#_0" class="internal-link" target="_self" rel="noopener nofollow">SI Unit</a> Flow of positive charge
Current is the flow of positive charge while electrons contain negative charge, in reality electrons flow the opposite direction from the current
Some nuclei can have spins, for example and nuclei have spins of these spins are considered degenerate in absence of a magnetic field but degeneracy is removed in a magnetic fieldIn a magnetic field the different spins have different energies, the difference in those energies is proportional to the strength of the magnetic fieldIf the energy difference between the two states only depended on the magnetic field then there will be no difference in the resonance at the same frequency However, electrons surrounding the nuclei establish an internal magnetic field that shields the applied magnetic field, giving variation to protons with differing chemical environmentsDifferent methyl groups have different strengths of shielding]]></description><link>chem-gen-chem/nuclear-magnetic-resonance-spectroscopy.html</link><guid isPermaLink="false">CHEM Gen Chem/Nuclear Magnetic Resonance Spectroscopy.md</guid><pubDate>Wed, 04 Feb 2026 21:55:39 GMT</pubDate></item><item><title><![CDATA[Resistor Example_4]]></title><link>elen-intro-to-electrical/resistor-example_4.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Resistor Example_4.excalidraw.md</guid><pubDate>Wed, 04 Feb 2026 21:48:07 GMT</pubDate></item><item><title><![CDATA[Resistor Example_5]]></title><link>elen-intro-to-electrical/resistor-example_5.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Resistor Example_5.excalidraw.md</guid><pubDate>Wed, 04 Feb 2026 21:38:50 GMT</pubDate></item><item><title><![CDATA[Gauss's Law Example]]></title><link>phys-elec-magn/gauss's-law-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Gauss's Law Example.excalidraw.md</guid><pubDate>Wed, 04 Feb 2026 20:09:57 GMT</pubDate></item><item><title><![CDATA[Kirchhoff's Laws Example]]></title><link>elen-intro-to-electrical/kirchhoff's-laws-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Kirchhoff's Laws Example.excalidraw.md</guid><pubDate>Wed, 04 Feb 2026 19:51:50 GMT</pubDate></item><item><title><![CDATA[Kirchhoff's Laws Example_0]]></title><link>elen-intro-to-electrical/kirchhoff's-laws-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Kirchhoff's Laws Example_0.excalidraw.md</guid><pubDate>Wed, 04 Feb 2026 19:47:29 GMT</pubDate></item><item><title><![CDATA[Basics of Bash Scripting]]></title><description><![CDATA[Bash commands can be used in a script to perform complex functionsENDOFTEXT
The keyword ENDOFTEXT can be used to denote a multiline string Standard Out and Standard In acts as buffers to for input and output If statements can be implemented via the syntax if ( [condition] ); then # function
fi
Integer comparisons are represented by -ne(!=), -lt(&lt;), -gt(&gt;), -le(&lt;=), and -ge(&gt;=)Mathematical expressions can be represented by (( [expression] ))Standard integer operations such as ++, // can be usedConstants can be denoted via the readonly modifierFunctions can be implemented via the syntax afunction() { # function
}
Arguments can be given by $1, $2, and so on.For advanced parsing of command line arguments, getopts can be used while getopts ":s" option; do case "$option" in s) size_flag=1 ;; ?) printf "Error: Unknown option '-%s'.\n" "$OPTARG" &gt;&amp;2 exit ;; esac
done
This will check for the command line argument -s, the : in front of the s suppresses all built-in errors, and since there is no : after the s, there is should be no value afterUpon fail this will output to <a data-tooltip-position="top" aria-label="Basics of Bash Scripting > Standard Out/In" data-href="Basics of Bash Scripting#Standard Out/In" href="coms-advanced-programming/basics-of-bash-scripting.html#Standard_Out/In_0" class="internal-link" target="_self" rel="noopener nofollow">Standard Out</a> and output with an error, the "$OPTARG" is the variable of the flag and 2 is the standard error flagShifting
Arguments can be shifted via shift [number]
shift "$((OPTIND-1))" Shift up until the first available argument (removes all flags)
]]></description><link>coms-advanced-programming/basics-of-bash-scripting.html</link><guid isPermaLink="false">COMS Advanced Programming/Basics of Bash Scripting.md</guid><pubDate>Mon, 02 Feb 2026 23:35:52 GMT</pubDate></item><item><title><![CDATA[Complier]]></title><description><![CDATA[A complier is a program that turns code into binary code, complied programs are often faster and more portable than codeIn windows cmake can be used to compile C files
In linux, gcc can be used Source file#include &lt;stdio.h&gt;
int main() { printf("%s\n", "Hello, world!"); return 0;
} Expands #include and #define header
Replaces all static variables with their values
Headers
The complier only adds the implementation of functions within a header when they are utilized within the code
When using standard libraries like stdio and stdlib, only the used functions within the library are included to reduce compiled size Preprocessed Fileextern int ftrylockfile (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
extern void funlockfile (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
# 949 "/usr/include/stdio.h" 3 4
extern int __uflow (FILE *);
extern int __overflow (FILE *, int);
# 973 "/usr/include/stdio.h" 3 4
# 5 "helloworld.c" 2
# 6 "helloworld.c"
int main() { printf("%s\n", "Hello, world!"); return 0;
} Translates preprocessed into readable assembly code
Complied File.file "helloworld.c" .text .section .rodata
.LC0: .string "Hello, world!" .text .globl main .type main, @function
main:
.LFB0: .cfi_startproc endbr64 pushq %rbp .cfi_def_cfa_offset 16
... Translate the code into machine code
Assembled File�UH��H�H����]�Hello, world!GCC: (Ubuntu 14.2.0-4ubuntu2) 14.2.0GNU �zRx
E �U
��helloworld.cmainputs
����������������
.symtab.strtab.shstrtab.rela.text.data.bss.rodata.comment.note.GNU-stack.not
e.gnu.property.rela.eh_frame @ �0
▒&amp;^^1^90l&amp;B �R�j�e@�▒
▒��
▒ �▒� Links object files and outputs the final file
Overloading
In C, the linker associates each symbol as a single definition, thus functions can not be overloaded
Linked File@ @@@�▒▒▒��uu ���-�=�=X`�-�=�=�8880hhh��S�td8880P�td 44Q�tdR�td�-
�=�=HH/lib64/ld-linux-x86-64.so.2
GNU���GNU���d��'�+����U��`~▒��FDO{"type":"deb","os":"ubuntu","name":"glibc
","version":"2.40-1ubuntu3","architecture":"amd64"}GNU��e�mH d s
▒"puts__libc_start_main__cxa_finalizelibc.so.6GLIBC_2.2.5GLIBC_2.34_ITM_deregisterTMCl
oneTable__gmon_start___ITM_registerTMCloneTable'u▒i 1���=�@�?�?�?�?�?�?
��H�H��/H��t��H���5�/�%�/@��h�����f����%
�/fD���%v/fD��1�I��^H��H���PTE1�1�H�=��S/�f.�H�=y/H�r/H9�tH�6/H��t
�����H�=I/H�5B/H)�H��H��?H��H�H��tH�/H����fD�����=/u+UH�=�.H��t
H�=�.
�����d�����.]������w�����UH��H��H��������]���H�H��Hello,
world!0
0: f3 0f 1e fa endbr64
4: 55 push %rbp
5: 48 89 e5 mov %rsp,%rbp
8: 48 8d 05 00 00 00 00lea 0x0(%rip),%rax # f &lt;main+0xf&gt;
f: 48 89 c7 mov %rax,%rdi
12: e8 00 00 00 00 call 17 &lt;main+0x17&gt;
17: b8 00 00 00 00 mov $0x0,%eax
1c: 5d pop %rbp
1d: c3 ret
In a more complex program, multiple file objects can be linked into one filea.c/a.h -&gt; compile -&gt; a.o
b.c -&gt; compile -&gt; b.o
a.o b.o -&gt; link -&gt; a.out
]]></description><link>coms-advanced-programming/complier.html</link><guid isPermaLink="false">COMS Advanced Programming/Complier.md</guid><pubDate>Mon, 02 Feb 2026 23:24:11 GMT</pubDate></item><item><title><![CDATA[Resistor Example_3]]></title><link>elen-intro-to-electrical/resistor-example_3.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Resistor Example_3.excalidraw.md</guid><pubDate>Mon, 02 Feb 2026 21:53:21 GMT</pubDate></item><item><title><![CDATA[Resistor Example_2]]></title><link>elen-intro-to-electrical/resistor-example_2.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Resistor Example_2.excalidraw.md</guid><pubDate>Mon, 02 Feb 2026 21:40:19 GMT</pubDate></item><item><title><![CDATA[Resistor Example_1]]></title><link>elen-intro-to-electrical/resistor-example_1.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Resistor Example_1.excalidraw.md</guid><pubDate>Mon, 02 Feb 2026 21:36:02 GMT</pubDate></item><item><title><![CDATA[Resistor Example_0]]></title><link>elen-intro-to-electrical/resistor-example_0.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Resistor Example_0.excalidraw.md</guid><pubDate>Mon, 02 Feb 2026 21:29:28 GMT</pubDate></item><item><title><![CDATA[Resistor Example]]></title><link>elen-intro-to-electrical/resistor-example.excalidraw.html</link><guid isPermaLink="false">ELEN Intro to Electrical/Resistor Example.excalidraw.md</guid><pubDate>Mon, 02 Feb 2026 21:28:45 GMT</pubDate></item><item><title><![CDATA[Exact Equation Example_0]]></title><link>apma-intro-to-applied/exact-equation-example_0.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Exact Equation Example_0.excalidraw.md</guid><pubDate>Mon, 02 Feb 2026 00:36:21 GMT</pubDate></item><item><title><![CDATA[Separable Equation Example]]></title><link>apma-intro-to-applied/separable-equation-example.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Separable Equation Example.excalidraw.md</guid><pubDate>Mon, 02 Feb 2026 00:35:25 GMT</pubDate></item><item><title><![CDATA[Exact Equation Example]]></title><link>apma-intro-to-applied/exact-equation-example.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Exact Equation Example.excalidraw.md</guid><pubDate>Tue, 27 Jan 2026 19:06:51 GMT</pubDate></item><item><title><![CDATA[Electric Field of Surface Charge Example]]></title><link>phys-elec-magn/electric-field-of-surface-charge-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Field of Surface Charge Example.excalidraw.md</guid><pubDate>Tue, 27 Jan 2026 18:06:28 GMT</pubDate></item><item><title><![CDATA[Electric Field of Surface Charge]]></title><description><![CDATA[<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/7e83709e-2cde-419e-953f-38042e8c8cc5" filesource="PHYS Elec Magn/Electric Field of Surface Charge Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/electric-field-of-surface-charge.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Field of Surface Charge.md</guid><pubDate>Tue, 27 Jan 2026 17:10:08 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Electric Field of Line of Charge]]></title><description><![CDATA[Consider a uniformly distributed line charge<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/781d0dfe-0a25-4261-9e42-ecdb3020a440" filesource="PHYS Elec Magn/Line of Charge Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-elec-magn/electric-field-of-line-of-charge.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Field of Line of Charge.md</guid><pubDate>Tue, 27 Jan 2026 15:56:43 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Line of Charge Example]]></title><link>phys-elec-magn/line-of-charge-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Line of Charge Example.excalidraw.md</guid><pubDate>Tue, 27 Jan 2026 15:55:36 GMT</pubDate></item><item><title><![CDATA[Electric Field of Continuous Charge Example]]></title><link>phys-elec-magn/electric-field-of-continuous-charge-example.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Field of Continuous Charge Example.excalidraw.md</guid><pubDate>Tue, 27 Jan 2026 15:33:00 GMT</pubDate></item><item><title><![CDATA[Electric Field of Continuous Charge Example_0]]></title><link>phys-elec-magn/electric-field-of-continuous-charge-example_0.excalidraw.html</link><guid isPermaLink="false">PHYS Elec Magn/Electric Field of Continuous Charge Example_0.excalidraw.md</guid><pubDate>Tue, 27 Jan 2026 15:32:53 GMT</pubDate></item><item><title><![CDATA[Method of Integrating Factor Example]]></title><link>apma-intro-to-applied/method-of-integrating-factor-example.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Method of Integrating Factor Example.excalidraw.md</guid><pubDate>Tue, 27 Jan 2026 15:13:46 GMT</pubDate></item><item><title><![CDATA[Method of Integrating Factor General Method]]></title><link>apma-intro-to-applied/method-of-integrating-factor-general-method.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Method of Integrating Factor General Method.excalidraw.md</guid><pubDate>Fri, 23 Jan 2026 01:23:59 GMT</pubDate></item><item><title><![CDATA[Method of Integrating Factor]]></title><description><![CDATA[For non integrating <a data-href="First Order Linear" href="apma-intro-to-applied/first-order-linear.html" class="internal-link" target="_self" rel="noopener nofollow">First Order Linear</a> equations an integrating factor can be used to convert the equation into a <a data-tooltip-position="top" aria-label="First Order Linear > Type I" data-href="First Order Linear#Type I" href="apma-intro-to-applied/first-order-linear.html#Type I" class="internal-link" target="_self" rel="noopener nofollow">Type I</a> equation, the factor must also be solved then substituted before integrating to reach the final answer <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/9e83fa66-b35d-413c-a688-136d55b465df" filesource="APMA Intro to Applied/Method of Integrating Factor Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/8dc26541-6b38-4678-ac49-0cc3a6dba063" filesource="APMA Intro to Applied/Method of Integrating Factor Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Given an initial condition<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/1cff50b8-0d57-45b1-8c6d-d09c20d38e7c" filesource="APMA Intro to Applied/Method of Integrating Factor General Method.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/48afe324-bfa4-4ec0-b121-184dd478278e" filesource="APMA Intro to Applied/Method of Integrating Factor General Method_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-intro-to-applied/method-of-integrating-factor.html</link><guid isPermaLink="false">APMA Intro to Applied/Method of Integrating Factor.md</guid><pubDate>Fri, 23 Jan 2026 01:02:02 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Method of Integrating Factor General Method_0]]></title><link>apma-intro-to-applied/method-of-integrating-factor-general-method_0.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Method of Integrating Factor General Method_0.excalidraw.md</guid><pubDate>Thu, 22 Jan 2026 18:58:52 GMT</pubDate></item><item><title><![CDATA[Method of Integrating Factor Example_0]]></title><link>apma-intro-to-applied/method-of-integrating-factor-example_0.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Method of Integrating Factor Example_0.excalidraw.md</guid><pubDate>Thu, 22 Jan 2026 18:47:47 GMT</pubDate></item><item><title><![CDATA[First Order Linear Example]]></title><link>apma-intro-to-applied/first-order-linear-example.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/First Order Linear Example.excalidraw.md</guid><pubDate>Thu, 22 Jan 2026 18:23:24 GMT</pubDate></item><item><title><![CDATA[SI Unit]]></title><description><![CDATA[The standard units for physics is the International Standard of UnitsThe system is built on 7 base units defined using the fundamental constants c, h, and the vibration of a Caesium-133 atom]]></description><link>phys-intro-physics/si-unit.html</link><guid isPermaLink="false">PHYS Intro Physics/SI Unit.md</guid><pubDate>Wed, 21 Jan 2026 22:22:16 GMT</pubDate></item><item><title><![CDATA[Bond Length]]></title><description><![CDATA[Bond length is the average distance between the nuclei of two bonded atoms in a moleculeBond lengths are usually measured in <a data-tooltip-position="top" aria-label="SI Unit" data-href="SI Unit" href="phys-intro-physics/si-unit.html" class="internal-link" target="_self" rel="noopener nofollow">picometers</a> (pm) or <a data-tooltip-position="top" aria-label="SI Unit" data-href="SI Unit" href="phys-intro-physics/si-unit.html" class="internal-link" target="_self" rel="noopener nofollow">angstroms</a> (Å) using experiment techniques such as x-ray diffraction or <a data-href="Molecular Spectroscopy" href="chem-gen-chem/molecular-spectroscopy.html" class="internal-link" target="_self" rel="noopener nofollow">Molecular Spectroscopy</a><br>Bond length usually decrease when <a data-tooltip-position="top" aria-label="Molecular Orbital Theory > Bond Order" data-href="Molecular Orbital Theory#Bond Order" href="chem-gen-chem/molecular-orbital-theory.html#Bond Order" class="internal-link" target="_self" rel="noopener nofollow">Bond Order</a> increase or when <a data-href="Bond Energy" href="chem-gen-chem/bond-energy.html" class="internal-link" target="_self" rel="noopener nofollow">Bond Energy</a> increase]]></description><link>chem-gen-chem/bond-length.html</link><guid isPermaLink="false">CHEM Gen Chem/Bond Length.md</guid><pubDate>Wed, 21 Jan 2026 22:14:09 GMT</pubDate></item><item><title><![CDATA[Ordinary Differential Equation Example]]></title><link>apma-intro-to-applied/ordinary-differential-equation-example.excalidraw.html</link><guid isPermaLink="false">APMA Intro to Applied/Ordinary Differential Equation Example.excalidraw.md</guid><pubDate>Tue, 20 Jan 2026 18:39:58 GMT</pubDate></item><item><title><![CDATA[Scalar Field]]></title><description><![CDATA[A scalar field is a function of several variables of the typeWhich takes in a multi-dimensional vector and outputs a scalar
With the domainAnd the imageThe level set for a scalar field is the set of all input values that output The level set of is a circle Check continuity (plug it in)
Check a few paths Any two paths differ then the limit DNE
The limit can not be proved to exist via exhaustion Try Polar Coordinates Solving limits via polar cordinate ]]></description><link>apma-multivariable/scalar-field.html</link><guid isPermaLink="false">APMA Multivariable/Scalar Field.md</guid><pubDate>Tue, 16 Dec 2025 20:43:17 GMT</pubDate></item><item><title><![CDATA[Valance Bond Theory]]></title><description><![CDATA[The valance bond theory is a quantum mechanical method of describing <a data-href="Covalent Bonding" href="chem-gen-chem/covalent-bonding.html" class="internal-link" target="_self" rel="noopener nofollow">Covalent Bonding</a>, where a bond is created through the atomic overlap to two atomsA constructive overlap of two orbitalsA single bond is a sigma bond
A double bond is a sigma bond and a pi bond
A triple bond is a sigma bond and two pi bondsValance bond theory so far, can not account for polyatomic molecules such as To account for this, carbon goes through hybridization,One core electron is promotedThen carbon goes through hybridization, creating 4 equivalent hybrids The superscripted indicates that p orbitals have combined with one s orbital<br>Though valance bond theory is in some ways better than using <a data-tooltip-position="top" aria-label="Lewis Structure" data-href="Lewis Structure" href="chem-gen-chem/lewis-structure.html" class="internal-link" target="_self" rel="noopener nofollow">Lewis Structures</a>, there are still some problems with the theory
No indication of what hybrid to use
Valance bond theory still require resonance
<br><a data-href="Molecular Orbital Theory" href="chem-gen-chem/molecular-orbital-theory.html" class="internal-link" target="_self" rel="noopener nofollow">Molecular Orbital Theory</a> was made to correct these
]]></description><link>chem-gen-chem/valance-bond-theory.html</link><guid isPermaLink="false">CHEM Gen Chem/Valance Bond Theory.md</guid><pubDate>Tue, 16 Dec 2025 20:01:35 GMT</pubDate></item><item><title><![CDATA[Line Integral Example]]></title><link>apma-multivariable/line-integral-example.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Line Integral Example.excalidraw.md</guid><pubDate>Tue, 16 Dec 2025 17:41:50 GMT</pubDate></item><item><title><![CDATA[Flux]]></title><description><![CDATA[A flux integral of a vector field through a surface with <a data-href="Orientation" href="apma-multivariable/orientation.html" class="internal-link" target="_self" rel="noopener nofollow">Orientation</a> can be shown asThis integrated the flow of a vector field through a surface at an orientationTo parameterize the integral, note that Since can be parameterized to ]]></description><link>apma-multivariable/flux.html</link><guid isPermaLink="false">APMA Multivariable/Flux.md</guid><pubDate>Tue, 16 Dec 2025 17:39:20 GMT</pubDate></item><item><title><![CDATA[Chain Rule]]></title><description><![CDATA[The chain rule represents the behavior of derivatives in chained functions Chain Rule in 1D The chain rule can be generalized to dimensionsAssume has continuous derivatives of all order.
Expressin terms of the <a data-href="Partial Derivative" href="apma-multivariable/partial-derivative.html" class="internal-link" target="_self" rel="noopener nofollow">Partial Derivative</a> of Relationships that are not dependent on a single variableEvery implicit relation among variables and can be expressed as a level set]]></description><link>apma-multivariable/chain-rule.html</link><guid isPermaLink="false">APMA Multivariable/Chain Rule.md</guid><pubDate>Tue, 16 Dec 2025 17:37:56 GMT</pubDate></item><item><title><![CDATA[Application of Integrals]]></title><description><![CDATA[Density can be determined as a ratio of mass over volume, this ratio can vary continuously as a function of locationIn situations where density of an object is not uniform, integrals can be used to determine center of massWhere is the position of the point In non-uniform objects, the moment of inertia measures how spread apart the mass is from the center of mass, this can determine how hard it is to spin the objectGiven a solid ball, a hollowed out ball, and a hoop, all with the same mass, find the smallest moment of inertia Moment of Inertia of a Solid Ball Substitute]]></description><link>apma-multivariable/application-of-integrals.html</link><guid isPermaLink="false">APMA Multivariable/Application of Integrals.md</guid><pubDate>Tue, 16 Dec 2025 17:37:35 GMT</pubDate></item><item><title><![CDATA[Angular Momentum]]></title><description><![CDATA[The change in angular momentum is defined as cross product between the radius and momentum The change in angular momentum is also the <a data-href="Torque" href="phys-intro-physics/torque.html" class="internal-link" target="_self" rel="noopener nofollow">Torque</a> Consider a rotating figure stature with their arms stretched, if they pull in their arms the angular momentum must be conserved<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/247c34c2-296a-487c-ad3b-b48df4cb0e29" filesource="PHYS Intro Physics/Angular Momentum Figure Skater.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Since the moment of inertia decreases as the arms pull in, the angular momentum must increase, therefore the skater spins faster<br>However, consider the <a data-tooltip-position="top" aria-label="Rotational Energy" data-href="Rotational Energy" href="phys-intro-physics/rotational-energy.html" class="internal-link" target="_self" rel="noopener nofollow">Kinetic Energy</a>Since is constant and decreases, the kinetic energy must have increased, which leaves the question: what's doing the work?<br>When the figure skater does positive work to pull their arms against the <a data-tooltip-position="top" aria-label="Uniform Circular Motion" data-href="Uniform Circular Motion" href="phys-intro-physics/uniform-circular-motion.html" class="internal-link" target="_self" rel="noopener nofollow">centrifugal</a> force, this internal force is capable of changing the system's kinetic energy]]></description><link>phys-intro-physics/angular-momentum.html</link><guid isPermaLink="false">PHYS Intro Physics/Angular Momentum.md</guid><pubDate>Sun, 14 Dec 2025 20:04:00 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Precession Example]]></title><link>phys-intro-physics/precession-example.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/Precession Example.excalidraw.md</guid><pubDate>Sun, 14 Dec 2025 19:54:39 GMT</pubDate></item><item><title><![CDATA[Precession]]></title><description><![CDATA[Precession is the change in orientation of the rotational axis as a response to external torque The angular speed of precession can be givenConsider a rapidly spinning bicycle wheel with on end of its axle supported on a pivot<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/9548a375-c79a-44e5-829b-2b6e74494d5b" filesource="PHYS Intro Physics/Precession Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br> Because the wheel is rapidly spinning, the <a data-href="Angular Momentum" href="phys-intro-physics/angular-momentum.html" class="internal-link" target="_self" rel="noopener nofollow">Angular Momentum</a> is in the direction of the axle<br>Gravity will pull down the wheel at the center of mass therefore the <a data-href="Torque" href="phys-intro-physics/torque.html" class="internal-link" target="_self" rel="noopener nofollow">Torque</a> must be perpendicular to the direction of the angular momentumThe torque will apply a small change in angular momentum but because of the already existing momentum, only the direction of the momentum will be changed slightly cause the wheel to precess around the pivot]]></description><link>phys-intro-physics/precession.html</link><guid isPermaLink="false">PHYS Intro Physics/Precession.md</guid><pubDate>Sun, 14 Dec 2025 19:50:02 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Torque]]></title><description><![CDATA[Torque is the twisting force that causes angular acceleration
While torque is a vector, the direction of the torque changes constantly so it is often not expressed as vectorIn 2D the change in work is defined asHowever, for rotations, this is defined asTorque in a direction depends on two perpendicular components, torque in the direction will depend on force in the and directionsMore simply, torque can also be defined as the change in <a data-href="Angular Momentum" href="phys-intro-physics/angular-momentum.html" class="internal-link" target="_self" rel="noopener nofollow">Angular Momentum</a> in the same directionThe torque can also be defined as the projection of onto the perpendicular to Lever Arm
The perpendicular vector to is called the lever arm.
: Lever arm
]]></description><link>phys-intro-physics/torque.html</link><guid isPermaLink="false">PHYS Intro Physics/Torque.md</guid><pubDate>Sun, 14 Dec 2025 19:25:44 GMT</pubDate></item><item><title><![CDATA[Angular Momentum Figure Skater]]></title><link>phys-intro-physics/angular-momentum-figure-skater.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/Angular Momentum Figure Skater.excalidraw.md</guid><pubDate>Sun, 14 Dec 2025 19:14:10 GMT</pubDate></item><item><title><![CDATA[Rotational Energy]]></title><link>phys-intro-physics/rotational-energy.html</link><guid isPermaLink="false">PHYS Intro Physics/Rotational Energy.md</guid><pubDate>Sun, 14 Dec 2025 19:05:44 GMT</pubDate></item><item><title><![CDATA[Minimum Spanning Tree Dijkstra's Example]]></title><link>coms-data-structures/minimum-spanning-tree-dijkstra's-example.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Minimum Spanning Tree Dijkstra's Example.excalidraw.md</guid><pubDate>Sun, 14 Dec 2025 01:49:22 GMT</pubDate></item><item><title><![CDATA[Hash Table]]></title><description><![CDATA[A table that stores objects in hashed table indexesDefine a table (Array) of length Define a <a data-href="Hash Function" href="coms-data-structures/hash-function.html" class="internal-link" target="_self" rel="noopener nofollow">Hash Function</a> that maps keys into an integer indexpublic static int hash( String key, int tableSize ) { int hashVal = 0; for( int i = key.length()-1; i &gt;= 0; i-- ) hashVal = 37 * hashVal + key.charAt( i ); hashVal %= tableSize; if( hashVal &lt; 0 ) hashVal += tableSize; return hashVal;
Several parameters can be hashed by multiplying the hash function of each parameter by a unique prime numberInputs of Hash Functions
While any object can be hashed, the object but be immutable in order to ensure the same object can retrieve the same index
<br>If several objects return the same hashed index, the object is then prepended to a <a data-tooltip-position="top" aria-label="Lists > Linked Lists" data-href="Lists#Linked Lists" href="coms-data-structures/lists.html#Linked Lists" class="internal-link" target="_self" rel="noopener nofollow">Linked List</a> at that indexIdeally the the length of the linked list at every index will be 1, so the search function will be <br>
In the worst case scenario, the hashing function will return the same index for all objects, the <a data-tooltip-position="top" aria-label="Searching" data-href="Searching" href="coms-data-structures/searching.html" class="internal-link" target="_self" rel="noopener nofollow">search function</a> will be The average length of the linked lists is given by<br>In open hashing, each table cell holds a container (<a data-tooltip-position="top" aria-label="Lists > Linked Lists" data-href="Lists#Linked Lists" href="coms-data-structures/lists.html#Linked Lists" class="internal-link" target="_self" rel="noopener nofollow">Linked List</a>) and all items that hash to that cell are stored in that containerOpen Hashing provides better insertion and search speed at the cost of removal speed and memory cost
`<br>In closed hashing, all items are stored directly in the table, and a <a data-href="Probing" href="coms-data-structures/probing.html" class="internal-link" target="_self" rel="noopener nofollow">Probing</a> function is used to determine the exact cellClosed Hashing provides better deletion speed and lower memory cost]]></description><link>coms-data-structures/hash-table.html</link><guid isPermaLink="false">COMS Data Structures/Hash Table.md</guid><pubDate>Sat, 13 Dec 2025 19:59:50 GMT</pubDate></item><item><title><![CDATA[Car on a Circular Track]]></title><description><![CDATA[Consider a car on a flat circular track<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/bace1c7f-1b60-4c1f-8168-e88987486080" filesource="PHYS Intro Physics/Car on a Circular Track Setup.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The three forces acting on the car are, gravity , the normal force , and the static friction of the track We can separate this into two equations, one for the vertical direction and one for the radial direction And since for the car to turn without slipping the static friction must be not exceed the maximum static friction forceNow consider the same car on a banked slope, the banking allows the car to turn at much higher speeds<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/20ecee92-5358-4bf6-a8c3-b4c306eb7ee2" filesource="PHYS Intro Physics/Car on a Circular Track Banked Sloped Setup.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Similarly, the three forces acting on the car are, gravity , the normal force , and the static friction of the track but the normal and frictional forces are slopedThe equations are motion can be given below ]]></description><link>phys-intro-physics/car-on-a-circular-track.html</link><guid isPermaLink="false">PHYS Intro Physics/Car on a Circular Track.md</guid><pubDate>Sat, 13 Dec 2025 01:28:34 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Car on a Circular Track Banked Sloped Setup]]></title><link>phys-intro-physics/car-on-a-circular-track-banked-sloped-setup.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/Car on a Circular Track Banked Sloped Setup.excalidraw.md</guid><pubDate>Sat, 13 Dec 2025 01:21:21 GMT</pubDate></item><item><title><![CDATA[Car on a Circular Track Setup]]></title><link>phys-intro-physics/car-on-a-circular-track-setup.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/Car on a Circular Track Setup.excalidraw.md</guid><pubDate>Sat, 13 Dec 2025 01:13:18 GMT</pubDate></item><item><title><![CDATA[Green's Theorem]]></title><description><![CDATA[Green's theorem is a way to find the line integral of a continuous path over and a conservative <a data-href="Vector Field" href="apma-multivariable/vector-field.html" class="internal-link" target="_self" rel="noopener nofollow">Vector Field</a>Where is a (simple) region on the plane
And is a counterclockwise-oriented, simple, closed curve, forming the boundary of D.
And which is a continuously differentiable vector field<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/aa1d82aa-8c85-47d5-bf6f-b4de8c494308" filesource="APMA Multivariable/Green's Theorem Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"> <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/701e3e7a-c6a4-441f-bb2d-d60de28b53ae" filesource="APMA Multivariable/Green's Theorem Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-multivariable/green's-theorem.html</link><guid isPermaLink="false">APMA Multivariable/Green's Theorem.md</guid><pubDate>Fri, 12 Dec 2025 01:27:42 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Ligand]]></title><description><![CDATA[Ligands are simple molecules or ions that combine with metals to make metal ionsIn this coordinated ion, both and are ligandsNH₂CoClClNH₂H₂N]]></description><link>chem-gen-chem/ligand.html</link><guid isPermaLink="false">CHEM Gen Chem/Ligand.md</guid><pubDate>Fri, 12 Dec 2025 00:50:57 GMT</pubDate></item><item><title><![CDATA[Crystal Field Theory]]></title><description><![CDATA[Crystal field theory is based on how how atomic orbitals interact with the surrounding <a data-tooltip-position="top" aria-label="Ligand" data-href="Ligand" href="chem-gen-chem/ligand.html" class="internal-link" target="_self" rel="noopener nofollow">ligands</a> ]]></description><link>chem-gen-chem/crystal-field-theory.html</link><guid isPermaLink="false">CHEM Gen Chem/Crystal Field Theory.md</guid><pubDate>Fri, 12 Dec 2025 00:39:02 GMT</pubDate></item><item><title><![CDATA[Transition Metals]]></title><description><![CDATA[Transitions metals are elements from <a data-tooltip-position="top" aria-label="Periodic Table" data-href="Periodic Table" href="chem-gen-chem/periodic-table.html" class="internal-link" target="_self" rel="noopener nofollow">Group 3 – 11</a> and are called d-block metals, it's important to note that and are not transition metalsTransition metals usually: Exhibit variable oxidation (valence) states. Form compounds that have incomplete d shells. <br>Form compounds that are <a data-tooltip-position="top" aria-label="Lewis Structure > Problems with Lewis Structures" data-href="Lewis Structure#Problems with Lewis Structures" href="chem-gen-chem/lewis-structure.html#Problems with Lewis Structures" class="internal-link" target="_self" rel="noopener nofollow">paramagnetic</a> (attracted to magnets)
Form colored compounds. Form compounds that consist of complex ions
Exhibit catalytic properties as the metal or in compounds
]]></description><link>chem-gen-chem/transition-metals.html</link><guid isPermaLink="false">CHEM Gen Chem/Transition Metals.md</guid><pubDate>Fri, 12 Dec 2025 00:28:07 GMT</pubDate></item><item><title><![CDATA[Rotation of Molecules]]></title><description><![CDATA[Molecules are considered to be <a data-tooltip-position="top" aria-label="Rigid Body Dyanmics" data-href="Rigid Body Dyanmics" href="phys-intro-physics/rigid-body-dyanmics.html" class="internal-link" target="_self" rel="noopener nofollow">Rigid Bodies</a> where <a data-href="Rotation" href="phys-intro-physics/rotation.html" class="internal-link" target="_self" rel="noopener nofollow">Rotation</a> occurs about the center of Gravity<br>In order to excite a rotational transition, the molecule must have a permanent <a data-href="Dipole Moment" href="chem-gen-chem/dipole-moment.html" class="internal-link" target="_self" rel="noopener nofollow">Dipole Moment</a>, this is because light interacts with the electric dipole of the molecule, if there is no permanent dipole, light can not excite the moleculeIn addition, absorption of light is only possible for transitions that obey the selection rule Consider a microwave and a cup of waterBecause the water is polar, microwave radiation excites molecular rotations in the water, the rotation of the water hits other water molecules, causing them to translate and transfer the microwave radiation into heatThe cup however, is most likely not polar and therefore the molecule rotation has no effect on the cup]]></description><link>chem-gen-chem/rotation-of-molecules.html</link><guid isPermaLink="false">CHEM Gen Chem/Rotation of Molecules.md</guid><pubDate>Thu, 11 Dec 2025 23:40:41 GMT</pubDate></item><item><title><![CDATA[Rigid Body Dyanmics]]></title><description><![CDATA[We can define force as the rate of doing <a data-href="Work" href="phys-intro-physics/work.html" class="internal-link" target="_self" rel="noopener nofollow">Work</a>Force can also be defined as the rate of change of momentumUsing the work definition, when separating variables for Using the momentum definition]]></description><link>phys-intro-physics/rigid-body-dyanmics.html</link><guid isPermaLink="false">PHYS Intro Physics/Rigid Body Dyanmics.md</guid><pubDate>Thu, 11 Dec 2025 23:14:31 GMT</pubDate></item><item><title><![CDATA[Heisenberg Uncertainty Principle]]></title><description><![CDATA[For particles that exhibit <a data-href="Wave" href="chem-gen-chem/wave.html" class="internal-link" target="_self" rel="noopener nofollow">Wave</a> behavior, the more we know about the position, the less we know about the trajectory, this is true vice versa]]></description><link>chem-gen-chem/heisenberg-uncertainty-principle.html</link><guid isPermaLink="false">CHEM Gen Chem/Heisenberg Uncertainty Principle.md</guid><pubDate>Thu, 11 Dec 2025 23:13:09 GMT</pubDate></item><item><title><![CDATA[Vibration of Molecules]]></title><description><![CDATA[While atoms can only exhibit translation, molecules can exhibit translation, rotation, and vibrationThe ability of a molecule to vibrate depends on the energy required to increase or decrease internuclear separation from the equilibrium valueThis behavior can be model by using springs and <a data-tooltip-position="top" aria-label="Types of Forces > Example" data-href="Types of Forces#Example" href="phys-intro-physics/types-of-forces.html#Example_0" class="internal-link" target="_self" rel="noopener nofollow">Hooke's Law</a>In classical mechanics, the oscillation frequency is given byWhere is the force constant
And is the reduced mass ()<br>In <a data-tooltip-position="top" aria-label="Quantum Mechanics and Atomic Theory" data-href="Quantum Mechanics and Atomic Theory" href="chem-gen-chem/quantum-mechanics-and-atomic-theory.html" class="internal-link" target="_self" rel="noopener nofollow">Quantum Mechanics</a> however, each level of energy is quantizedBecause the spacing between energy level is Independent of the electron, the change in energy level is restricted to <br>Some vibrations do not change the <a data-href="Dipole Moment" href="chem-gen-chem/dipole-moment.html" class="internal-link" target="_self" rel="noopener nofollow">Dipole Moment</a> of the molecule, for example, a stretching movement does not typically induce a change in the dipole moment, these vibrations are called IR inactiveFor a molecule to be IR active, the molecule must exhibit a change in the dipole momentFor polyatomic molecules, the number of vibration modes can be given belowConsider water (), using the non-linear vibrational equationWe end up with vibrational modes<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/9f80170a-d82d-4e3e-b70e-82b46b8f612f" filesource="CHEM Gen Chem/Vibration of Molecules Water Vibration.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>chem-gen-chem/vibration-of-molecules.html</link><guid isPermaLink="false">CHEM Gen Chem/Vibration of Molecules.md</guid><pubDate>Thu, 11 Dec 2025 23:12:52 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Vibration of Molecules Water Vibration]]></title><link>chem-gen-chem/vibration-of-molecules-water-vibration.excalidraw.html</link><guid isPermaLink="false">CHEM Gen Chem/Vibration of Molecules Water Vibration.excalidraw.md</guid><pubDate>Thu, 11 Dec 2025 22:58:17 GMT</pubDate></item><item><title><![CDATA[Electronic Spectroscopy]]></title><description><![CDATA[Electronic Spectroscopy works by transferring an electron from a <a data-tooltip-position="top" aria-label="Molecular Orbital Theory" data-href="Molecular Orbital Theory" href="chem-gen-chem/molecular-orbital-theory.html" class="internal-link" target="_self" rel="noopener nofollow">Molecular Orbital</a> to another orbital]]></description><link>chem-gen-chem/electronic-spectroscopy.html</link><guid isPermaLink="false">CHEM Gen Chem/Electronic Spectroscopy.md</guid><pubDate>Thu, 11 Dec 2025 22:37:48 GMT</pubDate></item><item><title><![CDATA[Pasted image 20251211172943]]></title><description><![CDATA[<img src="chem-gen-chem/pasted-image-20251211172943.png" target="_self">]]></description><link>chem-gen-chem/pasted-image-20251211172943.html</link><guid isPermaLink="false">CHEM Gen Chem/Pasted image 20251211172943.png</guid><pubDate>Thu, 11 Dec 2025 22:29:43 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Molecular Spectroscopy]]></title><description><![CDATA[Because molecules are three dimensional, the energy of molecules also depend on rational and vibrational propertiesThe energy of a molecule can be represented by“Pasted image 20251211170925.png” could not be found.Absorption spectra for molecules are typically recorded by spectrophotometersIn an experiment the intensity of the light transmitted through the sample cell is compared to a reference cellSpectra can be presented in either transmittance or absorbance modes, 0% transmittance means no light is observedTransmittance can be defined by Absorbance can be defined by Absorbance can also be given generally byWhere is the absorption coefficient
And is concentration
And is the molar extinction coefficient
And is the cell length]]></description><link>chem-gen-chem/molecular-spectroscopy.html</link><guid isPermaLink="false">CHEM Gen Chem/Molecular Spectroscopy.md</guid><pubDate>Thu, 11 Dec 2025 22:09:27 GMT</pubDate></item><item><title><![CDATA[Molecular Orbital Theory]]></title><description><![CDATA[Molecular orbital theory is created to fix certain problems with <a data-href="Valance Bond Theory" href="chem-gen-chem/valance-bond-theory.html" class="internal-link" target="_self" rel="noopener nofollow">Valance Bond Theory</a> and <a data-tooltip-position="top" aria-label="Shapes of Molecules Using VSEPR" data-href="Shapes of Molecules Using VSEPR" href="chem-gen-chem/shapes-of-molecules-using-vsepr.html" class="internal-link" target="_self" rel="noopener nofollow">VSEPR Theory</a>
Molecular orbitals are derived from a superposition of the atomic orbitals, the theory relies on the fact that as two orbitals overlap, they would interfere constructively or destructivelyElectrons would bond in pairs to either the bonding orbital or the antibonding orbital depending on the lowest energyThe number of molecular orbitals equal the sum of atomic orbitals
The number of electrons in molecular orbitals equals the sum of the number of electrons in the atomic orbitalsA bonding orbital is the sum of two orbitals, and usually has lower energy than the orbital of any one atom<br>Consider two hydrogen <a data-tooltip-position="top" aria-label="Element" data-href="Element" href="chem-gen-chem/element.html" class="internal-link" target="_self" rel="noopener nofollow">atoms</a>, as the atoms approach each other the orbitals will overlap and interfere constructively or destructively based on the phase<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/1df61e87-a96a-46f7-a2b9-692e82ba2c98" filesource="CHEM Gen Chem/Molecular Orbital Theory Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Not to be confused with antibonding orbitals, nonbonding orbitals are orbitals with inappropriate symmetry are non-bonding because the constructive and destructive interference cancel each other out <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/4f34b89e-87bb-4e31-9edc-570689a41ff8" filesource="CHEM Gen Chem/Molecular Orbital Theory Nonbonding Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Unlike essentially nonbonding orbitals, rigorously nonbonding orbitals are unable to interact at all
Identify orbitals from valance shell
Combine pairs of atomic orbitals
Atomic Orbitals combine most effectively with other atomic orbitals of the same or similar energy
The effectiveness of their combination is their overlap
Adjust for charge
Accommodate electrons in order of increasing energy
When molecular orbits have the same energy, electrons enter orbitals with the same spin before pairing the spins
The orbitals from combining two atoms will produce 8 molecular orbitals The bond order of a molecular orbital can be given by<br>An increase in bond order generally increase <a data-href="Bond Energy" href="chem-gen-chem/bond-energy.html" class="internal-link" target="_self" rel="noopener nofollow">Bond Energy</a> and decrease <a data-href="Bond Length" href="chem-gen-chem/bond-length.html" class="internal-link" target="_self" rel="noopener nofollow">Bond Length</a>To predict the molecular structure using Molecular Orbital Theory, calculate all possible structures for a molecule then chose the structure with the lowest energyConsider the Molecular Orbital Diagram for fluorine ()<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/b343880e-649b-4d69-a112-f46143876974" filesource="CHEM Gen Chem/Molecular Orbital Theory Diatonic Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">The 8 atomic orbital from each atom gives 8 molecular orbitals of which only 7 are filled, fluorine has 7 valance electrons which means only 14 electrons are filled in the molecular orbitalsThe final electron configuration of is Since the bond order can be given by the number of bonding orbitals minus the nonbonding orbitalsIn molecular orbital theory, a molecule is paramagnetic is there are unpaired electrons in any of the orbitals<br>For example, because fluorine doesn't contain any unpaired electrons it is <a data-tooltip-position="top" aria-label="Lewis Structure > Problems with Lewis Structures" data-href="Lewis Structure#Problems with Lewis Structures" href="chem-gen-chem/lewis-structure.html#Problems with Lewis Structures" class="internal-link" target="_self" rel="noopener nofollow">diamagnetic</a> <br>However, oxygen contains two electrons in the orbit, making it <a data-tooltip-position="top" aria-label="Lewis Structure > Problems with Lewis Structures" data-href="Lewis Structure#Problems with Lewis Structures" href="chem-gen-chem/lewis-structure.html#Problems with Lewis Structures" class="internal-link" target="_self" rel="noopener nofollow">paramagnetic</a> ]]></description><link>chem-gen-chem/molecular-orbital-theory.html</link><guid isPermaLink="false">CHEM Gen Chem/Molecular Orbital Theory.md</guid><pubDate>Thu, 11 Dec 2025 21:59:30 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Atomic Orbital]]></title><description><![CDATA[Atomic orbitals are complex mathematical functions that can be separated into two components: a radial wavefunction and an angular wavefunction While the energy is described by a single <a data-href="Quantum Number" href="chem-gen-chem/quantum-number.html" class="internal-link" target="_self" rel="noopener nofollow">Quantum Number</a> , the wavefunction is described by three quantum numbers , , <br><img alt="Atomic Orbital Solutions.png" src="chem-gen-chem/atomic-orbital-solutions.png" target="_self">]]></description><link>chem-gen-chem/atomic-orbital.html</link><guid isPermaLink="false">CHEM Gen Chem/Atomic Orbital.md</guid><pubDate>Thu, 11 Dec 2025 21:52:39 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Bond Energy]]></title><description><![CDATA[The average bond energies within a reaction can be used to predict if a reaction will be favorable or notEnergy is released in the formation of a bond meanwhile it is absorbed in the breakage of a bondEnergy change in the formation of one mole of a compound from its components
Lattice energy only exists for ionic compounds and can be given byThe energy required to isolate a molecule is determined by it's energyAtoms are more stable in molecules since there are less valance electronsConsiderBreaking apart and requires energy to be spent respective to their bond energy
Creating releases its bond energyThis equation will release overallFor similar systems, bond energy increase with increase in <a data-tooltip-position="top" aria-label="Molecular Orbital Theory > Bond Order" data-href="Molecular Orbital Theory#Bond Order" href="chem-gen-chem/molecular-orbital-theory.html#Bond Order" class="internal-link" target="_self" rel="noopener nofollow">Bond Order</a> while bond length decreases with increase in bond order]]></description><link>chem-gen-chem/bond-energy.html</link><guid isPermaLink="false">CHEM Gen Chem/Bond Energy.md</guid><pubDate>Thu, 11 Dec 2025 21:20:38 GMT</pubDate></item><item><title><![CDATA[Molecular Orbital Theory Diatonic Example]]></title><link>chem-gen-chem/molecular-orbital-theory-diatonic-example.excalidraw.html</link><guid isPermaLink="false">CHEM Gen Chem/Molecular Orbital Theory Diatonic Example.excalidraw.md</guid><pubDate>Thu, 11 Dec 2025 19:57:35 GMT</pubDate></item><item><title><![CDATA[Molecular Orbital Theory Nonbonding Example]]></title><link>chem-gen-chem/molecular-orbital-theory-nonbonding-example.excalidraw.html</link><guid isPermaLink="false">CHEM Gen Chem/Molecular Orbital Theory Nonbonding Example.excalidraw.md</guid><pubDate>Thu, 11 Dec 2025 19:43:51 GMT</pubDate></item><item><title><![CDATA[Molecular Orbital Theory Example]]></title><link>chem-gen-chem/molecular-orbital-theory-example.excalidraw.html</link><guid isPermaLink="false">CHEM Gen Chem/Molecular Orbital Theory Example.excalidraw.md</guid><pubDate>Thu, 11 Dec 2025 19:33:00 GMT</pubDate></item><item><title><![CDATA[Variation of Orbital Energies]]></title><description><![CDATA[In <a data-href="Valance Bond Theory" href="chem-gen-chem/valance-bond-theory.html" class="internal-link" target="_self" rel="noopener nofollow">Valance Bond Theory</a>, as the atomic number increases, 3s, 3p drops more rapidly because they penetrate the core more effectivelyHowever the 3d orbital remains unchanged up until around (Z = 19)This causes orbital energy to be more sensitive to the atomic number as the order decreases<br>Unusual <a data-tooltip-position="top" aria-label="Electron Configuration > Neutral Transition Metal Atoms" data-href="Electron Configuration#Neutral Transition Metal Atoms" href="chem-gen-chem/electron-configuration.html#Neutral Transition Metal Atoms" class="internal-link" target="_self" rel="noopener nofollow">configurations</a> - - - - - There is a drop in the first ionization energy from to , this goes against the trend of ionization energy increasing across a period <br>The reason why lies within the <a data-tooltip-position="top" aria-label="Electron Configuration" data-href="Electron Configuration" href="chem-gen-chem/electron-configuration.html" class="internal-link" target="_self" rel="noopener nofollow">Electronic Configurations</a> of the two elements: has a configuration of , which is creates a half-filled shell making N more stable than 's configuration of which undergoes more electron propulsion ]]></description><link>chem-gen-chem/variation-of-orbital-energies.html</link><guid isPermaLink="false">CHEM Gen Chem/Variation of Orbital Energies.md</guid><pubDate>Tue, 09 Dec 2025 23:54:17 GMT</pubDate></item><item><title><![CDATA[Electron Configuration]]></title><description><![CDATA[Electron configuration is the arrangement of electrons within the orbitalEach electron can be characterized by a set of four <a data-tooltip-position="top" aria-label="Quantum Number" data-href="Quantum Number" href="chem-gen-chem/quantum-number.html" class="internal-link" target="_self" rel="noopener nofollow">Quantum Numbers</a> which defines the the electron <a data-tooltip-position="top" aria-label="Orbital" data-href="Orbital" href="chem-gen-chem/orbital.html" class="internal-link" target="_self" rel="noopener nofollow">Orbital's</a> shape, orientation, and spin<br>Electron configurations are prone to follow principles such as the <a data-tooltip-position="top" aria-label="Aufbau's Building Up Principle" data-href="Aufbau's Building Up Principle" href="chem-gen-chem/aufbau's-building-up-principle.html" class="internal-link" target="_self" rel="noopener nofollow">Aufbau's Principle</a>, <a data-href="Hund's Rule" href="chem-gen-chem/hund's-rule.html" class="internal-link" target="_self" rel="noopener nofollow">Hund's Rule</a>, and the <a data-href="Pauli Exclusion Principle" href="chem-gen-chem/pauli-exclusion-principle.html" class="internal-link" target="_self" rel="noopener nofollow">Pauli Exclusion Principle</a>While most transition metals have the configuration , and have configurations of and respectively; this can be explain by the fact the half-filled shells are more stable because electrons inhibit parallel spin]]></description><link>chem-gen-chem/electron-configuration.html</link><guid isPermaLink="false">CHEM Gen Chem/Electron Configuration.md</guid><pubDate>Tue, 09 Dec 2025 23:44:38 GMT</pubDate></item><item><title><![CDATA[Hund's Rule]]></title><description><![CDATA[If there are more than one <a data-href="Orbital" href="chem-gen-chem/orbital.html" class="internal-link" target="_self" rel="noopener nofollow">Orbital</a> in a subshell the <a data-tooltip-position="top" aria-label="Electron Configuration" data-href="Electron Configuration" href="chem-gen-chem/electron-configuration.html" class="internal-link" target="_self" rel="noopener nofollow">electrons</a> are added to different orbitals with parallel spins rather than pairing two electrons in the same orbital]]></description><link>chem-gen-chem/hund's-rule.html</link><guid isPermaLink="false">CHEM Gen Chem/Hund's Rule.md</guid><pubDate>Tue, 09 Dec 2025 23:32:17 GMT</pubDate></item><item><title><![CDATA[Aufbau's Building Up Principle]]></title><description><![CDATA[The <a data-href="Electron Configuration" href="chem-gen-chem/electron-configuration.html" class="internal-link" target="_self" rel="noopener nofollow">Electron Configuration</a> of atoms is made by filling <a data-tooltip-position="top" aria-label="Orbital" data-href="Orbital" href="chem-gen-chem/orbital.html" class="internal-link" target="_self" rel="noopener nofollow">orbitals</a> with electrons in order of increasing energy.The sequence of orbitals can be remembered using the *n + l rule
The energy increases with the n + l value.
For two subshells with the same value of n + l the lower value n is completed first
The order is as follows
1s, 2s, 2p, 3s, 3p, 4s, 3d, 4p, 5s, 4d, 5p, 6s, 4f, 5d, 6p, 7s, 5f, 6d]]></description><link>chem-gen-chem/aufbau's-building-up-principle.html</link><guid isPermaLink="false">CHEM Gen Chem/Aufbau's Building Up Principle.md</guid><pubDate>Tue, 09 Dec 2025 23:32:17 GMT</pubDate></item><item><title><![CDATA[Electron Spin]]></title><description><![CDATA[The spin of an electron can be considered the fourth quantum numberMultiple electrons in a system are hard to evaluate since each body affects the other electron Because all electrons affect each other in an orbit, the effective charge of an electron can be given minus the shielding constant Core penetration in Effective Nuclear Charge
While 3s and 3p have higher average distances than 3d, they have local maximums within the core area, because of this, their effective nuclear charge is higher
If a p orbital has a node () at the nucleus, how do electrons get from one side to the other?While in classical mechanics, the particles must move to via continuous translation, in <a data-tooltip-position="top" aria-label="Quantum Mechanics and Atomic Theory" data-href="Quantum Mechanics and Atomic Theory" href="chem-gen-chem/quantum-mechanics-and-atomic-theory.html" class="internal-link" target="_self" rel="noopener nofollow">Quantum Mechanics</a> this is not the case, the expression is only true when the electron is forced to behave as a particle]]></description><link>chem-gen-chem/electron-spin.html</link><guid isPermaLink="false">CHEM Gen Chem/Electron Spin.md</guid><pubDate>Tue, 09 Dec 2025 23:30:06 GMT</pubDate></item><item><title><![CDATA[Photoelectric Effect]]></title><description><![CDATA[The photoelectric effects happens as electrons are ejected from a metal surfaceClassical theory determined that the energy of light depends only on its intensity and not its frequency, however experimentation showed that electrons are emitted, even at a low intensity, given a high enough frequencyEinstein relates the energy of photons to its frequency rather than its intensity Where is the Planch constant and is the <a data-tooltip-position="top" aria-label="Quantum Mechanics and Atomic Theory > Wave Motion and Light" data-href="Quantum Mechanics and Atomic Theory#Wave Motion and Light" href="chem-gen-chem/quantum-mechanics-and-atomic-theory.html#Wave Motion and Light" class="internal-link" target="_self" rel="noopener nofollow">frequency</a> of the photonAtoms emit or absorb light based on energy released or absorbed, this relation can be given byO]]></description><link>chem-gen-chem/photoelectric-effect.html</link><guid isPermaLink="false">CHEM Gen Chem/Photoelectric Effect.md</guid><pubDate>Tue, 09 Dec 2025 23:19:28 GMT</pubDate></item><item><title><![CDATA[Euler Path]]></title><description><![CDATA[An Euler path is a path that visits every edge exactly onceAn Euler circuit is a Euler path that starts and ends on the same node ]]></description><link>coms-data-structures/euler-path.html</link><guid isPermaLink="false">COMS Data Structures/Euler Path.md</guid><pubDate>Sun, 07 Dec 2025 18:45:52 GMT</pubDate></item><item><title><![CDATA[Spanning Trees]]></title><description><![CDATA[The depth first spanning tree is a search tree used by <a data-tooltip-position="top" aria-label="Tree Searching > Depth First Search" data-href="Tree Searching#Depth First Search" href="coms-data-structures/tree-searching.html#Depth First Search" class="internal-link" target="_self" rel="noopener nofollow">Depth First Search</a>
Add a tree edge for every graph edge taken by DFS
Add a back edge for every skipped edgeIf the root of the DFS spanning tree has two outgoing edges then the root is an articulation point]]></description><link>coms-data-structures/spanning-trees.html</link><guid isPermaLink="false">COMS Data Structures/Spanning Trees.md</guid><pubDate>Fri, 05 Dec 2025 02:18:20 GMT</pubDate></item><item><title><![CDATA[Graph]]></title><description><![CDATA[Graphs <img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/b689e231-6618-4fe1-88cf-0f2900dc1196" filesource="COMS Data Structures/Graph Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">An undirected graph is connected if there is a path for every vertex to every other vertexA graph that inhibits biconnectivity can not have any edge removed without losing connectivity of the graphAn adjacency matrix maps the relation between any two points on a graph<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/627de1b3-eff3-441b-ab07-3583011259a9" filesource="COMS Data Structures/Graph Example_0.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">While an adjacency matrix plots all relations, the adjacency list is more space efficient by removing ]]></description><link>coms-data-structures/graph.html</link><guid isPermaLink="false">COMS Data Structures/Graph.md</guid><pubDate>Fri, 05 Dec 2025 02:16:55 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Minimum Spanning Tree Example Union-Find]]></title><link>coms-data-structures/minimum-spanning-tree-example-union-find.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Minimum Spanning Tree Example Union-Find.excalidraw.md</guid><pubDate>Tue, 02 Dec 2025 19:26:34 GMT</pubDate></item><item><title><![CDATA[Minimum Spanning Tree Kruskal]]></title><link>coms-data-structures/minimum-spanning-tree-kruskal.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Minimum Spanning Tree Kruskal.excalidraw.md</guid><pubDate>Tue, 02 Dec 2025 19:04:11 GMT</pubDate></item><item><title><![CDATA[Sorting]]></title><description><![CDATA[Sorting algorithms aim to take a disorganized array and arranges it into a sorted arrayBubble sort iterates over the <a data-tooltip-position="top" aria-label="Lists > Array List" data-href="Lists#Array List" href="coms-data-structures/lists.html#Array List" class="internal-link" target="_self" rel="noopener nofollow">Array</a>, swapping value pairs that are not sorted, is then set to and the process repeats until is 0. is the length of the unsorted array is the highest index where a swap occursBest: (Given the best possible array)
Worst: (Given the worst possible array)
Average: (Given a random array)
Overall: Basic Implementationpublic static void bubbleSort(int[] array) { int len = array.length; while (len &gt; 0) { int n = 0; for (int i = 1; i &lt; len; ++i) { if (array[i - 1] &gt; array[i]) { swap(array, i - 1, i); n = i; } } len = n; } }
<br>Selection sort iterates over the <a data-tooltip-position="top" aria-label="Lists > Array List" data-href="Lists#Array List" href="coms-data-structures/lists.html#Array List" class="internal-link" target="_self" rel="noopener nofollow">Array</a> and repeatedly finds the smallest element in the unsorted array, then swaps it to it's resting index<br>Reverse Selection Sort
Selection Sort can also move the maximum value to its resting index and still have the same <a data-href="Time Complexity" href="coms-data-structures/time-complexity.html" class="internal-link" target="_self" rel="noopener nofollow">Time Complexity</a>
Best: (Given the best possible array)
Worst: (Given the worst possible array)
Average: (Given a random array)
Overall: Practical Time Even though bubble sort have better time complexity on paper, selection sort swaps less than bubble sort, equating to better practical speed
Basic Implementationpublic static void selectionSort(int[] array) { for (int i = 0, i_bound = array.length - 1; i &lt; i_bound; ++i) { int min_index = i, min = array[i]; for (int j = i + 1; j &lt; array.length; ++j) { if (array[j] &lt; min) { min_index = j; min = array[j]; } } if (min_index != i) { swap(array, i, min_index); } } }
Insertion sort creates a subarray with the first elements in order in respect to other elementsBest: (Given the best possible array)
Worst: (Given the worst possible array)
Average: (Given a random array)
Overall: Basic Implementationpublic static void insertionSort(int[] array) { for (int i = 1; i &lt; array.length; ++i) { int k, current = array[i]; for (k = i - 1; k &gt;= 0 &amp;&amp; array[k] &gt; current; --k) { array[k + 1] = array[k]; } array[k + 1] = current; } }
<br>Instead of swapping every pair, like in <a data-tooltip-position="top" aria-label="Sorting > Bubble Sort" data-href="Sorting#Bubble Sort" href="coms-data-structures/sorting.html#Bubble_Sort_0" class="internal-link" target="_self" rel="noopener nofollow">Bubble Sort</a>, Odd-Even Transposition considers all odd pairs using <a data-href="Parallelization" href="coms-data-structures/parallelization.html" class="internal-link" target="_self" rel="noopener nofollow">Parallelization</a>, swapping when necessary, considers all evens
When no swaps are made after both an odd and even passthrough, the algorithm endsParallelization
Since Java can not support parallelization on the CPU, the Odd-Even Transposition sort can not be implemented natively in Java
To use heap sort convert the array to a max heap then perform deleteMax() operations to get the array in reverse orderBest: (Given the best possible array)
Worst: (Given the worst possible array)
Average: (Given a random array)
Overall: (Distinct elements )private static void swap(int[] array, int i, int j) { int temp = array[i]; array[i] = array[j]; array[j] = temp; } private static void percolateDown(int[] array, int i, int n) { int child = 2 * i + 1, temp; for (temp = array[i]; child &lt; n; i = child, child = 2 * i + 1) { if (child != n - 1 &amp;&amp; array[child] &lt; array[child + 1]) { child++; } if (temp &lt; array[child]) { array[i] = array[child]; } else { break; } } array[i] = temp; } public static void heapsort(int[] array) { for (int i = array.length / 2 - 1; i &gt;= 0; i--) { percolateDown(array, i, array.length); } for (int i = array.length - 1; i &gt; 0; i--) { swap(array, 0, i); percolateDown(array, 0, i); } }
Merge sort relies on two sorted arrays being able to combine into a single sorted array, merge sort divides the array into two arrays then recursively sorts the arraysBest: (Given the best possible array)
Worst: (Given the worst possible array)
Average: (Given a random array)
Overall: private static void mergesortHelper(int[] array, int[] scratch, int low, int high) { if (low &lt; high) { int mid = low + (high - low) / 2; mergesortHelper(array, scratch, low, mid); mergesortHelper(array, scratch, mid + 1, high); int i = low, j = mid + 1; for (int k = low; k &lt;= high; k++) { if (i &lt;= mid &amp;&amp; (j &gt; high || array[i] &lt;= array[j])) { scratch[k] = array[i++]; } else { scratch[k] = array[j++]; } } for (int k = low; k &lt;= high; k++) { array[k] = scratch[k]; } } } public static void mergesort(int[] array) { int[] scratch = new int[array.length]; mergesortHelper(array, scratch, 0, array.length - 1); }
Quick sort partitions Counting sort works by counting all appearances of a number within an array then rebuilds an array in orderBest: (Given the best possible array)
Worst: (Given the worst possible array)
Average: (Given a random array)
Overall: Space: Topological Sort works by computing the indegree of all vertices and putting all indegrees of 0 in a min-heap, then it repeatedly extracts the lowest number indegree 0 then updates adjacent vertices indegree: amount of adjacent vertices that point towards the given vertex<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/ca0010e3-c236-4630-aeae-e732c83f51fd" filesource="COMS Data Structures/Sorting Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">O]]></description><link>coms-data-structures/sorting.html</link><guid isPermaLink="false">COMS Data Structures/Sorting.md</guid><pubDate>Tue, 02 Dec 2025 03:55:30 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Uniform Circular Motion]]></title><description><![CDATA[Uniform Circular Motion occurs when an object moves in a circular path at a constant speed, even though the speed remains the same, the direction of motion changesAn object moving in a circle of radius with angular velocity has a position vectorThe linear velocity is always tangential to the circle:The magnitude of velocity can be expressed asAlthough the speed remains constant, the direction of changes, producing an inward (centripetal) acceleration:or equivalently,This acceleration is responsible for changing the direction of motionUsing Newton’s second law,The net force required to maintain circular motion is thus inward (centripetal):This is known as the centripetal force, which is not a new type of force but the result of other forces The time taken to complete one revolution (the period) is given by:The frequency (number of revolutions per second) is:]]></description><link>phys-intro-physics/uniform-circular-motion.html</link><guid isPermaLink="false">PHYS Intro Physics/Uniform Circular Motion.md</guid><pubDate>Sun, 30 Nov 2025 17:46:20 GMT</pubDate></item><item><title><![CDATA[General Roation in 3D]]></title><description><![CDATA[Force can be defined as a sum of radial and tangential forcesSince Because rotation induces an outward radial force on its subject, there must be a counteractive force to ensure the subject stays at the same radial position<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/dc7d62a9-4adf-44e0-9784-12e8de667f36" filesource="PHYS Intro Physics/General Roation in 3D Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">And since Simplifying in polarBecause is constant, substitute the variable to constants13476554433231]]></description><link>phys-intro-physics/general-roation-in-3d.html</link><guid isPermaLink="false">PHYS Intro Physics/General Roation in 3D.md</guid><pubDate>Sun, 30 Nov 2025 17:41:59 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Conservative Force]]></title><description><![CDATA[We can define work as the change in energy over a distanceBy equating What..Take the curl of ]]></description><link>phys-intro-physics/conservative-force.html</link><guid isPermaLink="false">PHYS Intro Physics/Conservative Force.md</guid><pubDate>Sun, 30 Nov 2025 17:41:33 GMT</pubDate></item><item><title><![CDATA[Newton's Law]]></title><description><![CDATA[Newton's Laws of motion describe the relationship between an object's motion and forces that act upon itThe first law states that an object in motion stays within that motion unless acted upon by an external forceThe second law states that the Force of an object is equal the object's mass times its acceleration.Newton also defines the force as the change in momentum at a given timeOne of the fundamental forces is the gravitational force Where is the direction from one body to the otherOn earthNewton's third law states that if two objects exert a force on each other, those forces will have the same magnitude but opposite directions ]]></description><link>phys-intro-physics/newton's-law.html</link><guid isPermaLink="false">PHYS Intro Physics/Newton's Law.md</guid><pubDate>Sun, 30 Nov 2025 17:41:15 GMT</pubDate></item><item><title><![CDATA[Friction on Inclined Planes]]></title><description><![CDATA[The normal force of an incline plane is given by The force in the direction down the slope is given by Static friction matches up until which is given by The critical point of where static friction fails to stop the object can be given by<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/5bbfe2b2-c2c9-40d1-954f-9c24491847c5" filesource="PHYS Intro Physics/Friction on Inclined Planes Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/a8eda734-fa38-41f9-a829-e325d295fac6" filesource="PHYS Intro Physics/Friction on Inclined Planes Walking.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/18f430d3-5778-4092-86c0-4f71861cf7a6" filesource="PHYS Intro Physics/Friction on Inclined Planes Pulley.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>phys-intro-physics/friction-on-inclined-planes.html</link><guid isPermaLink="false">PHYS Intro Physics/Friction on Inclined Planes.md</guid><pubDate>Sun, 30 Nov 2025 17:35:24 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Accelerating Frames]]></title><description><![CDATA[In an accelerating frame, is not The rotation change in is equal to And since we can simplifySo that for any vector its inertial <a data-href="Time derivative" href="phys-intro-physics/time-derivative.html" class="internal-link" target="_self" rel="noopener nofollow">Time derivative</a> is equal toThe position in the inertial frame can be given by The Foucault Pendulum <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/7e799842-4159-49ae-b15c-b7891af67c8f" filesource="PHYS Intro Physics/Accelerating Frames Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">
It has a velocity of But because the earth is spinning on its axis ]]></description><link>phys-intro-physics/accelerating-frames.html</link><guid isPermaLink="false">PHYS Intro Physics/Accelerating Frames.md</guid><pubDate>Sun, 30 Nov 2025 17:33:43 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Accelerating Frames Example]]></title><link>phys-intro-physics/accelerating-frames-example.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/Accelerating Frames Example.excalidraw.md</guid><pubDate>Tue, 25 Nov 2025 16:10:01 GMT</pubDate></item><item><title><![CDATA[Time derivative]]></title><description><![CDATA[The derivative of a vector in respect to time will always be perpendicular to the vectorProduct rule for vectors
Given Then To rotate a vector to its time derivative multiply by a vector orthogonal to both vectors Where is orthogonal to both and ]]></description><link>phys-intro-physics/time-derivative.html</link><guid isPermaLink="false">PHYS Intro Physics/Time derivative.md</guid><pubDate>Tue, 25 Nov 2025 15:54:01 GMT</pubDate></item><item><title><![CDATA[Orientation]]></title><description><![CDATA[A surface is oriented if there is a consistent choice of normal vectors This can also be achieved by parameterization of of the surfaceTo flip an orientation, negate a component, the surface will be flipped in respected to the flipped component&lt;ul class="dataview dataview-ul dataview-result-object-ul"&gt;&lt;li class="dataview dataview-li dataview-result-object-li" dir="auto"&gt;src: &lt;span&gt;&lt;a rel="noopener nofollow" class="external-link" href="https://3demos.ctl.columbia.edu/?c2NhbGU9MCZzaG93UGFuZWw9ZmFsc2UmZ3JpZD1mYWxzZSZvcnRobz1mYWxzZSZvYmowX2tpbmQ9c3VyZmFjZSZvYmowX2NvbG9yPSUyMzBkMDg4NyZvYmowX3BhcmFtc19hPS0xJm9iajBfcGFyYW1zX2I9MSZvYmowX3BhcmFtc19jPS0xJm9iajBfcGFyYW1zX2Q9MSZvYmowX3BhcmFtc194PXUmb2JqMF9wYXJhbXNfeT12Jm9iajBfcGFyYW1zX3o9dSU1RTMrJTJGKzMrLSt2JTVFMislMkYrMistK3UrJTJGKzMmb2JqMF9wYXJhbXNfdDA9MCZvYmowX3BhcmFtc190MT0xJm9iajBfcGFyYW1zX211PTE=" target="_blank"&gt;https://3demos.ctl.columbia.edu/?c2NhbGU9MCZzaG93UGFuZWw9ZmFsc2UmZ3JpZD1mYWxzZSZvcnRobz1mYWxzZSZvYmowX2tpbmQ9c3VyZmFjZSZvYmowX2NvbG9yPSUyMzBkMDg4NyZvYmowX3BhcmFtc19hPS0xJm9iajBfcGFyYW1zX2I9MSZvYmowX3BhcmFtc19jPS0xJm9iajBfcGFyYW1zX2Q9MSZvYmowX3BhcmFtc194PXUmb2JqMF9wYXJhbXNfeT12Jm9iajBfcGFyYW1zX3o9dSU1RTMrJTJGKzMrLSt2JTVFMislMkYrMistK3UrJTJGKzMmb2JqMF9wYXJhbXNfdDA9MCZvYmowX3BhcmFtc190MT0xJm9iajBfcGFyYW1zX211PTE=&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="dataview dataview-li dataview-result-object-li"&gt;style: &lt;span&gt;width:100%; height:50vh&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul class="dataview dataview-ul dataview-result-object-ul"&gt;&lt;li class="dataview dataview-li dataview-result-object-li" dir="auto"&gt;src: &lt;span&gt;&lt;a rel="noopener nofollow" class="external-link" href="https://3demos.ctl.columbia.edu/?c2NhbGU9MCZzaG93UGFuZWw9ZmFsc2UmZ3JpZD1mYWxzZSZvcnRobz1mYWxzZSZvYmowX2tpbmQ9c3VyZmFjZSZvYmowX2NvbG9yPSUyMzBkMDg4NyZvYmowX3BhcmFtc19hPS0xJm9iajBfcGFyYW1zX2I9MSZvYmowX3BhcmFtc19jPS0xJm9iajBfcGFyYW1zX2Q9MSZvYmowX3BhcmFtc194PXUmb2JqMF9wYXJhbXNfeT0tdiZvYmowX3BhcmFtc196PXUlNUUzKyUyRiszKy0rdiU1RTIrJTJGKzIrLSt1KyUyRiszJm9iajBfcGFyYW1zX3QwPTAmb2JqMF9wYXJhbXNfdDE9MSZvYmowX3BhcmFtc19tdT0x" target="_blank"&gt;https://3demos.ctl.columbia.edu/?c2NhbGU9MCZzaG93UGFuZWw9ZmFsc2UmZ3JpZD1mYWxzZSZvcnRobz1mYWxzZSZvYmowX2tpbmQ9c3VyZmFjZSZvYmowX2NvbG9yPSUyMzBkMDg4NyZvYmowX3BhcmFtc19hPS0xJm9iajBfcGFyYW1zX2I9MSZvYmowX3BhcmFtc19jPS0xJm9iajBfcGFyYW1zX2Q9MSZvYmowX3BhcmFtc194PXUmb2JqMF9wYXJhbXNfeT0tdiZvYmowX3BhcmFtc196PXUlNUUzKyUyRiszKy0rdiU1RTIrJTJGKzIrLSt1KyUyRiszJm9iajBfcGFyYW1zX3QwPTAmb2JqMF9wYXJhbXNfdDE9MSZvYmowX3BhcmFtc19tdT0x&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="dataview dataview-li dataview-result-object-li"&gt;style: &lt;span&gt;width:100%; height:50vh&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;Show Flipped]]></description><link>apma-multivariable/orientation.html</link><guid isPermaLink="false">APMA Multivariable/Orientation.md</guid><pubDate>Thu, 20 Nov 2025 23:36:27 GMT</pubDate></item><item><title><![CDATA[Minimum Spanning Tree Example]]></title><link>coms-data-structures/minimum-spanning-tree-example.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Minimum Spanning Tree Example.excalidraw.md</guid><pubDate>Thu, 20 Nov 2025 18:30:59 GMT</pubDate></item><item><title><![CDATA[Sorting Example]]></title><link>coms-data-structures/sorting-example.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Sorting Example.excalidraw.md</guid><pubDate>Thu, 20 Nov 2025 17:45:58 GMT</pubDate></item><item><title><![CDATA[General Roation in 3D Example]]></title><link>phys-intro-physics/general-roation-in-3d-example.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/General Roation in 3D Example.excalidraw.md</guid><pubDate>Thu, 20 Nov 2025 15:44:43 GMT</pubDate></item><item><title><![CDATA[Pauli Exclusion Principle]]></title><description><![CDATA[No two numbers can have the same set of four <a data-tooltip-position="top" aria-label="Quantum Number" data-href="Quantum Number" href="chem-gen-chem/quantum-number.html" class="internal-link" target="_self" rel="noopener nofollow">Quantum Numbers</a><br>This is the basis for opposite <a data-href="Electron Spin" href="chem-gen-chem/electron-spin.html" class="internal-link" target="_self" rel="noopener nofollow">Electron Spin</a>, an orbital can only hold up to 2 electrons which can not be the same spin]]></description><link>chem-gen-chem/pauli-exclusion-principle.html</link><guid isPermaLink="false">CHEM Gen Chem/Pauli Exclusion Principle.md</guid><pubDate>Wed, 19 Nov 2025 03:52:34 GMT</pubDate></item><item><title><![CDATA[Quantum Number]]></title><description><![CDATA[Elements can be defined using a set of quantum numbers that are solutions to <a data-href="Schrödinger's Equation" href="chem-gen-chem/schrödinger's-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Schrödinger's Equation</a>.<br>
These are used in <a data-href="Valance Bond Theory" href="chem-gen-chem/valance-bond-theory.html" class="internal-link" target="_self" rel="noopener nofollow">Valance Bond Theory</a> to predict shape.<br>
Quantum numbers can be used to find the <a data-tooltip-position="top" aria-label="Shapes of Orbitals" data-href="Shapes of Orbitals" href="chem-gen-chem/shapes-of-orbitals.html" class="internal-link" target="_self" rel="noopener nofollow">Shape of Atomic Orbitals</a>
Given by the symbol Determines the overall size and energy scale
Number of orbitals in shell Maximum electrons in shell Given by the symbol <br>Determines the orbital angular momentum and the shape of the <a data-href="Orbital" href="chem-gen-chem/orbital.html" class="internal-link" target="_self" rel="noopener nofollow">Orbital</a>
Number of orbitals in a subshell = Maximum electrons in a subshell = S orbitals
Even though S orbitals have 0 angular momentum, the electron still has motion, the electron can be imagined as having a closed linear path Given by the symbol Specifies the orientation of the orbital along an axis
Values are integer steps; there are possible values for a given For example can have values of <br>Main Page: <a data-href="Electron Spin" href="chem-gen-chem/electron-spin.html" class="internal-link" target="_self" rel="noopener nofollow">Electron Spin</a>
Given by the symbol Intrinsic angular momentum of the electron
Two possible spin states per orbital
Shown experimentally by the Stern–Gerlach experiment Splitting beams in an inhomogeneous magnetic field ]]></description><link>chem-gen-chem/quantum-number.html</link><guid isPermaLink="false">CHEM Gen Chem/Quantum Number.md</guid><pubDate>Tue, 18 Nov 2025 23:36:14 GMT</pubDate></item><item><title><![CDATA[Schrödinger's Equation]]></title><description><![CDATA[Because electrons are waves, it's position and movement in space can be represented by a wave equationThe Schrödinger's equation is underivable and is regarded as a postulate.Its general form can be given byThe solutions to this equation are the wavefunction and energy of a particleThe <a data-tooltip-position="top" aria-label="Shapes of Orbitals > Probability Density" data-href="Shapes of Orbitals#Probability Density" href="chem-gen-chem/shapes-of-orbitals.html#Probability Density" class="internal-link" target="_self" rel="noopener nofollow">Probability Density</a> of a particle can be given by The solution for a hydrogen and other one election ions gives the wavefunction and corresponding energiesThe wave functions are called atomic orbitals to differentiate them from Bohr orbitsWhere is the atomic number
And is the Rydberg energy ()<br>Although the energies are the same as levels predicted by Bohr's theory, <a data-tooltip-position="top" aria-label="Quantum Mechanics and Atomic Theory" data-href="Quantum Mechanics and Atomic Theory" href="chem-gen-chem/quantum-mechanics-and-atomic-theory.html" class="internal-link" target="_self" rel="noopener nofollow">quantization</a> is a natural consequence of the Schrödinger equation]]></description><link>chem-gen-chem/schrödinger's-equation.html</link><guid isPermaLink="false">CHEM Gen Chem/Schrödinger's Equation.md</guid><pubDate>Tue, 18 Nov 2025 22:40:38 GMT</pubDate></item><item><title><![CDATA[Covalent Bonding]]></title><description><![CDATA[Atoms in the molecule are held together by sharing electronsCovalent bonds are often represented by a line (–) between two atomsCH₃OHOOH]]></description><link>chem-gen-chem/covalent-bonding.html</link><guid isPermaLink="false">CHEM Gen Chem/Covalent Bonding.md</guid><pubDate>Tue, 18 Nov 2025 22:15:28 GMT</pubDate></item><item><title><![CDATA[Atomic Orbital Solutions]]></title><description><![CDATA[<img src="chem-gen-chem/atomic-orbital-solutions.png" target="_self">]]></description><link>chem-gen-chem/atomic-orbital-solutions.html</link><guid isPermaLink="false">CHEM Gen Chem/Atomic Orbital Solutions.png</guid><pubDate>Tue, 18 Nov 2025 22:07:13 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Shapes of Orbitals]]></title><description><![CDATA[<a data-tooltip-position="top" aria-label="Orbital" data-href="Orbital" href="chem-gen-chem/orbital.html" class="internal-link" target="_self" rel="noopener nofollow">Orbitals</a> have differing shapes based on interactions between electrons in the <a data-href="Valance Bond Theory" href="chem-gen-chem/valance-bond-theory.html" class="internal-link" target="_self" rel="noopener nofollow">Valance Bond Theory</a><br>Every electron has a <a data-tooltip-position="top" aria-label="Atomic Orbital" data-href="Atomic Orbital" href="chem-gen-chem/atomic-orbital.html" class="internal-link" target="_self" rel="noopener nofollow">wave function</a> that determines the probability that the electron is at a certain radiusThe probability density can be determined by squaring the wave function Nodes are spaces in the wave function with a zero probability, meaning no electrons will occupy that spaceBecause the wavefunction goes to infinity, the size of an atom can not be fully defined
A convention is to use to boundary where there is a 90% probability of the electron can be locatedWhile represents the probability at a point, represents the probability at a certain radius <br>
Where is the <a data-tooltip-position="top" aria-label="Atomic Orbital" data-href="Atomic Orbital" href="chem-gen-chem/atomic-orbital.html" class="internal-link" target="_self" rel="noopener nofollow">radial wavefunction</a>In a radial distribution function, spaces with zero probabilities are radial nodes, which appear as spheres without any electron occupation]]></description><link>chem-gen-chem/shapes-of-orbitals.html</link><guid isPermaLink="false">CHEM Gen Chem/Shapes of Orbitals.md</guid><pubDate>Tue, 18 Nov 2025 21:13:13 GMT</pubDate></item><item><title><![CDATA[Atomic Radii]]></title><description><![CDATA[In Bohr's Theory, the radius of an <a data-href="Element" href="chem-gen-chem/element.html" class="internal-link" target="_self" rel="noopener nofollow">Element</a> can be given byWhere is the Bohr radiusAtomic radius generally increases down a group and decreases across a period<br>Quantum Representation of Radii
The <a data-tooltip-position="top" aria-label="Atomic Orbital" data-href="Atomic Orbital" href="chem-gen-chem/atomic-orbital.html" class="internal-link" target="_self" rel="noopener nofollow">wavefunction</a> of an atom can be used to more accurately describe the <a data-tooltip-position="top" aria-label="Shapes of Orbitals > Size of an Atom" data-href="Shapes of Orbitals#Size of an Atom" href="chem-gen-chem/shapes-of-orbitals.html#Size of an Atom" class="internal-link" target="_self" rel="noopener nofollow">radius of atoms</a>
]]></description><link>chem-gen-chem/atomic-radii.html</link><guid isPermaLink="false">CHEM Gen Chem/Atomic Radii.md</guid><pubDate>Tue, 18 Nov 2025 21:11:26 GMT</pubDate></item><item><title><![CDATA[Wave]]></title><description><![CDATA[Forces like electromagnetic radiation and light behave similar to wavesWave-Particle Duality
Electromagnetic radiation and light in reality exhibit <a data-href="Wave-Particle Duality" href="chem-gen-chem/wave-particle-duality.html" class="internal-link" target="_self" rel="noopener nofollow">Wave-Particle Duality</a> and act like both waves and particles Waves that combine are in phase with each other interfere constructively, increasing the amplitude of the resulting wave, waves that interfere destructively result in a lower amplitude wayTraveling waves are waves that change travel along a distance, standing waves change in place
A wave traveling along length of rope will exhibit standing wave behavior while a guitar string will exhibit standing wave behavior]]></description><link>chem-gen-chem/wave.html</link><guid isPermaLink="false">CHEM Gen Chem/Wave.md</guid><pubDate>Tue, 18 Nov 2025 20:42:57 GMT</pubDate></item><item><title><![CDATA[Wave-Particle Duality]]></title><description><![CDATA[Small particles, at times can display <a data-tooltip-position="top" aria-label="Wave" data-href="Wave" href="chem-gen-chem/wave.html" class="internal-link" target="_self" rel="noopener nofollow">Wave-like</a> properties.<br>Electrons in a Bohr orbit may be associated with a circular <a data-tooltip-position="top" aria-label="Wave > Traveling and Standing Waves" data-href="Wave#Traveling and Standing Waves" href="chem-gen-chem/wave.html#Traveling and Standing Waves" class="internal-link" target="_self" rel="noopener nofollow">standing wave</a> wave, interfere is the reason why only certain wavelengths appear in each orbit<br>Einstein's equation can be linked to Planck's equation to form a relation between the <a data-tooltip-position="top" aria-label="Quantum Mechanics and Atomic Theory > Wave Motion and Light" data-href="Quantum Mechanics and Atomic Theory#Wave Motion and Light" href="chem-gen-chem/quantum-mechanics-and-atomic-theory.html#Wave Motion and Light" class="internal-link" target="_self" rel="noopener nofollow">wavelength</a> and momentum of a photonAnd since is the speed of a photonAnd since <br>Heisenberg Uncertainty Principle Because of the <a data-href="Heisenberg Uncertainty Principle" href="chem-gen-chem/heisenberg-uncertainty-principle.html" class="internal-link" target="_self" rel="noopener nofollow">Heisenberg Uncertainty Principle</a>, the more known about a particle's position, the less known about its momentum and vice versa
]]></description><link>chem-gen-chem/wave-particle-duality.html</link><guid isPermaLink="false">CHEM Gen Chem/Wave-Particle Duality.md</guid><pubDate>Tue, 18 Nov 2025 20:42:53 GMT</pubDate></item><item><title><![CDATA[Dipole Moment]]></title><description><![CDATA[If a shape of a molecule is known, we can determine the dipole moment of a molecule by combining the dipole moment of its individual bondsIn , a flat shape, the dipole moments of the bonds cancel outIn , a bent shape, the dipole moments of the bonds add together to be polar]]></description><link>chem-gen-chem/dipole-moment.html</link><guid isPermaLink="false">CHEM Gen Chem/Dipole Moment.md</guid><pubDate>Tue, 18 Nov 2025 20:37:24 GMT</pubDate></item><item><title><![CDATA[Quantum Mechanics and Atomic Theory]]></title><description><![CDATA[Rutherford proposed a planetary model for the atom where most of the mass is concentrated in the nucleus while electrons "orbit" around the nucleusDeath Spiral of an electron
A common critique of Rutherford's model is that an electron can not keep orbit forever, as the the electron orbits the electron loses energy, eventually spinning into the nucleus A central idea of quantum theory is that energy isn't continuous but comes in discrete packetsOriginally light was thought of as a particle, however Maxwell suggested that light consists can behave like a <a data-href="Wave" href="chem-gen-chem/wave.html" class="internal-link" target="_self" rel="noopener nofollow">Wave</a>.Amplitude
Wavelength ():
Frequency ():
Speed ()Speed of a waveFrequency of a waveLight is a form of electromagnetic radiation, the electric component influences charged particles, the magnetic field influences moving charged particlesHumans can be seen in the dark by detecting heat, in a similar way, all objects emit radiation (infrared light) that can be detectedObjects that emit blackbody radiation emit energy dependent on the temperature of the object Incandescence: Light due to temperature
Chemiluminescence: Light due to a chemical reaction
Fluorescence: Light emitted by an object that absorbed light]]></description><link>chem-gen-chem/quantum-mechanics-and-atomic-theory.html</link><guid isPermaLink="false">CHEM Gen Chem/Quantum Mechanics and Atomic Theory.md</guid><pubDate>Tue, 18 Nov 2025 20:23:34 GMT</pubDate></item><item><title><![CDATA[Rotation]]></title><description><![CDATA[Given a system of particles with no external forcesWhere is the center of massRotation does not induce any external forcesIn a rigid body, the distance between the fixed center of mass and a point will be constant.<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/951cd702-da16-41cf-94b2-15f73691a673" filesource="PHYS Intro Physics/Rotation Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Conversion from polar to cartesianThe change in position for rotationThe position in rotation for a given can be given as follows]]></description><link>phys-intro-physics/rotation.html</link><guid isPermaLink="false">PHYS Intro Physics/Rotation.md</guid><pubDate>Tue, 18 Nov 2025 15:31:56 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Isomerization]]></title><link>chem-gen-chem/isomerization.html</link><guid isPermaLink="false">CHEM Gen Chem/Isomerization.md</guid><pubDate>Mon, 17 Nov 2025 15:34:43 GMT</pubDate></item><item><title><![CDATA[General Time derivative]]></title><description><![CDATA[Given The general formula for a time derivative of a position vector can be defined asWhere is the time derivative of the angle
Construct a unit vector to by using cross product
]]></description><link>phys-intro-physics/general-time-derivative.html</link><guid isPermaLink="false">PHYS Intro Physics/General Time derivative.md</guid><pubDate>Fri, 14 Nov 2025 03:38:55 GMT</pubDate></item><item><title><![CDATA[Green's Theorem Example_0]]></title><link>apma-multivariable/green's-theorem-example_0.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Green's Theorem Example_0.excalidraw.md</guid><pubDate>Fri, 14 Nov 2025 03:37:22 GMT</pubDate></item><item><title><![CDATA[Line Integral]]></title><description><![CDATA[Also called a path integral, is an integral with the domain of , the image of a curve There are several version of line integrals with differing usesLine integrals in respect to arc length measures the area between the curve and the <a data-href="Scalar Field" href="apma-multivariable/scalar-field.html" class="internal-link" target="_self" rel="noopener nofollow">Scalar Field</a> the integrated shape is a extruded path<br>In order to integrate the line integral, convert in terms of using <a data-href="Reparameterization" href="apma-multivariable/reparameterization.html" class="internal-link" target="_self" rel="noopener nofollow">Reparameterization</a><br>Line integrals in respect to a coordinate measures the area between the linear change in the curve and the <a data-href="Scalar Field" href="apma-multivariable/scalar-field.html" class="internal-link" target="_self" rel="noopener nofollow">Scalar Field</a>Given , find the line integral in respect to , , and arc length<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/eb663274-658d-4ab6-82b2-52d0bd1b97de" filesource="APMA Multivariable/Line Integral Arc Length Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>Line integrals in respect to the <a data-href="Vector Field" href="apma-multivariable/vector-field.html" class="internal-link" target="_self" rel="noopener nofollow">Vector Field</a> measures the alignment between the curve by integrating the dot productIf and is a continuous path from to thenSolution to <br>
<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/b28a6a67-16a1-4742-b8b8-fe78b4b1cc2a" filesource="APMA Multivariable/Line Integral Fundamental Theorem.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/7e4ff840-9483-4d93-80c3-61c01e93974f" filesource="APMA Multivariable/Line Integral Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br>On a closed curve, a line integral <a data-tooltip-position="top" aria-label="Vector Field > Conservative Vector Fields" data-href="Vector Field#Conservative Vector Fields" href="apma-multivariable/vector-field.html#Conservative Vector Fields" class="internal-link" target="_self" rel="noopener nofollow">conservative vector field</a> will always equal ]]></description><link>apma-multivariable/line-integral.html</link><guid isPermaLink="false">APMA Multivariable/Line Integral.md</guid><pubDate>Thu, 13 Nov 2025 23:40:41 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Green's Theorem Example]]></title><link>apma-multivariable/green's-theorem-example.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Green's Theorem Example.excalidraw.md</guid><pubDate>Thu, 13 Nov 2025 23:07:36 GMT</pubDate></item><item><title><![CDATA[Green's Theorem Example Not Simple Not Closed]]></title><link>apma-multivariable/green's-theorem-example-not-simple-not-closed.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Green's Theorem Example Not Simple Not Closed.excalidraw.md</guid><pubDate>Thu, 13 Nov 2025 22:53:29 GMT</pubDate></item><item><title><![CDATA[Green's Theorem Example Simple Not Closed]]></title><link>apma-multivariable/green's-theorem-example-simple-not-closed.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Green's Theorem Example Simple Not Closed.excalidraw.md</guid><pubDate>Thu, 13 Nov 2025 22:53:12 GMT</pubDate></item><item><title><![CDATA[Green's Theorem Example Not Simple Closed]]></title><link>apma-multivariable/green's-theorem-example-not-simple-closed.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Green's Theorem Example Not Simple Closed.excalidraw.md</guid><pubDate>Thu, 13 Nov 2025 22:52:42 GMT</pubDate></item><item><title><![CDATA[Green's Theorem Example Simple Closed]]></title><link>apma-multivariable/green's-theorem-example-simple-closed.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Green's Theorem Example Simple Closed.excalidraw.md</guid><pubDate>Thu, 13 Nov 2025 22:52:25 GMT</pubDate></item><item><title><![CDATA[Benzene]]></title><link>chem-gen-chem/benzene.html</link><guid isPermaLink="false">CHEM Gen Chem/Benzene.md</guid><pubDate>Thu, 13 Nov 2025 16:29:47 GMT</pubDate></item><item><title><![CDATA[Types of Forces]]></title><description><![CDATA[Forces can be classified into different types depending on Gravitational Force $$
\vec{F}=-\frac{GmM}{r^2}\hat{r}
$$ Electric Force $$
\vec{F}=\frac{1}{4\pi\epsilon} \frac{qQ}{r^2}\hat{r}
$$Phenomenological motion is constraining motion that results from complex interactions between objects the force is observed and found experimentallyStatic Friction: Negates motion parallel to a surface
Kinetic Friction: Opposes motion parallel to a surface
Normal: Opposes motion normal to a surface
Tension: Constraint of a string, force in direction in the direction of a string at its length
Spring: Constraints of a spring, force in direction opposite to the resting position]]></description><link>phys-intro-physics/types-of-forces.html</link><guid isPermaLink="false">PHYS Intro Physics/Types of Forces.md</guid><pubDate>Thu, 13 Nov 2025 15:57:02 GMT</pubDate></item><item><title><![CDATA[Power]]></title><description><![CDATA[Power is the change in work over time or how fast the work is being doneSincePower can be defined asPower can be generalized in 2D by using vectors]]></description><link>phys-intro-physics/power.html</link><guid isPermaLink="false">PHYS Intro Physics/Power.md</guid><pubDate>Thu, 13 Nov 2025 15:56:46 GMT</pubDate></item><item><title><![CDATA[Rotation Example]]></title><link>phys-intro-physics/rotation-example.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/Rotation Example.excalidraw.md</guid><pubDate>Thu, 13 Nov 2025 15:33:06 GMT</pubDate></item><item><title><![CDATA[Tree Searching]]></title><description><![CDATA[Searches along a length firstSearches along the row first]]></description><link>coms-data-structures/tree-searching.html</link><guid isPermaLink="false">COMS Data Structures/Tree Searching.md</guid><pubDate>Wed, 12 Nov 2025 23:26:00 GMT</pubDate></item><item><title><![CDATA[Friction on Inclined Planes Pulley]]></title><link>phys-intro-physics/friction-on-inclined-planes-pulley.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/Friction on Inclined Planes Pulley.excalidraw.md</guid><pubDate>Wed, 12 Nov 2025 23:24:45 GMT</pubDate></item><item><title><![CDATA[Friction on Inclined Planes Walking]]></title><link>phys-intro-physics/friction-on-inclined-planes-walking.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/Friction on Inclined Planes Walking.excalidraw.md</guid><pubDate>Wed, 12 Nov 2025 23:24:38 GMT</pubDate></item><item><title><![CDATA[Friction on Inclined Planes Example]]></title><link>phys-intro-physics/friction-on-inclined-planes-example.excalidraw.html</link><guid isPermaLink="false">PHYS Intro Physics/Friction on Inclined Planes Example.excalidraw.md</guid><pubDate>Wed, 12 Nov 2025 23:24:29 GMT</pubDate></item><item><title><![CDATA[Vector Field]]></title><description><![CDATA[A vector field is a function where every vector input will output a vectorA vector field is conservative if there is a <a data-href="Scalar Field" href="apma-multivariable/scalar-field.html" class="internal-link" target="_self" rel="noopener nofollow">Scalar Field</a> (potential) that satisfies<br>Conservative vector fields can be called gradient vector fields because a conservative vector field is a <a data-href="Gradient" href="apma-multivariable/gradient.html" class="internal-link" target="_self" rel="noopener nofollow">Gradient</a> of a scalar fieldA vector field can be proven to be not conservative by using proof by contradiction <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/1a1ba2e6-b814-40ee-a0a4-4520ce3d4d37" filesource="APMA Multivariable/Vector Field Conservative Vector Proof.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Non Conservative Vectors
There are exceptions to this proof since there are non conservative vector fields that satisfies A potential can be found by defining as and using the equality ]]></description><link>apma-multivariable/vector-field.html</link><guid isPermaLink="false">APMA Multivariable/Vector Field.md</guid><pubDate>Wed, 12 Nov 2025 23:22:10 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Graph Example_0]]></title><link>coms-data-structures/graph-example_0.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Graph Example_0.excalidraw.md</guid><pubDate>Wed, 12 Nov 2025 23:16:12 GMT</pubDate></item><item><title><![CDATA[Tower of Hanoi]]></title><description><![CDATA[The tower of Hanoi is a proposed game where rings are placed in descending size onto a peg and the goal of the game is to move those rings onto a different peg, all rings must be in descending order at all times<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/4b57e66c-888a-490f-9990-83849af355fb" filesource="COMS Data Structures/Tower of Hanoi Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>coms-data-structures/tower-of-hanoi.html</link><guid isPermaLink="false">COMS Data Structures/Tower of Hanoi.md</guid><pubDate>Wed, 12 Nov 2025 23:03:34 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Binary Tree]]></title><description><![CDATA[In Binary Trees, the number of children is at most twoThe amount of nodes within a Binary Tree is exponential and can be given by where is the total levels in the tree Binary trees are considered full if every node is a leaf or has two children
Binary trees are considered complete if all levels (except possibly the last) is completely filled and every node is as far left as possibleIn <a data-href="Binary Search Tree" href="coms-data-structures/binary-search-tree.html" class="internal-link" target="_self" rel="noopener nofollow">Binary Search Tree</a> the root is the key, all left children are less than the key while all right children are greater than the key<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/b558c082-91d5-4d03-b7f3-7e22a9b3d3ba" filesource="COMS Data Structures/Binary Tree Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>coms-data-structures/binary-tree.html</link><guid isPermaLink="false">COMS Data Structures/Binary Tree.md</guid><pubDate>Wed, 12 Nov 2025 23:03:28 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Graph Example]]></title><link>coms-data-structures/graph-example.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Graph Example.excalidraw.md</guid><pubDate>Wed, 12 Nov 2025 23:02:57 GMT</pubDate></item><item><title><![CDATA[Time Complexity]]></title><description><![CDATA[The time complexity of a function can be solved by using a 5 step processAims to reduce the problem to a single constant
If base case, return directly.
Reduce input to a smaller instance.
Recursively solve the smaller instance.
Extend/adapt that solution to solve the original.
Find the time complexity of given <img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/6e445846-d9c0-459c-8b7a-310dbba66b94" filesource="COMS Data Structures/Time Complexity Example A.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/a847b7d8-1df4-4055-b70b-8a08451a3b1d" filesource="COMS Data Structures/Time Complexity Example B.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]
]]></description><link>coms-data-structures/time-complexity.html</link><guid isPermaLink="false">COMS Data Structures/Time Complexity.md</guid><pubDate>Wed, 12 Nov 2025 22:58:38 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Shapes of Molecules Using VSEPR]]></title><description><![CDATA[<a data-href="Lewis Structure" href="chem-gen-chem/lewis-structure.html" class="internal-link" target="_self" rel="noopener nofollow">Lewis Structure</a> molecules does not provide information about the shape of the molecule
VSPR theory can be used to determine the shapeVSEPR, which stand for Valance Shell Electron Pair Repulsion, can be used to estimate a shape of a molecule. VSEPR is not in itself a theory but can be used as an aide
Molecules will minimize electron pair repulsion which can determine its shapeSteric numbers can be found by adding the number of coordinated electrons with the number of lone pairs By using the steric number the shape of a molecule can be found2: Linear
3: Trigonal Planar
4: Tetrahedral
5: Trigonal bipyramidal
6: Octahedral
7: Pentagonal bipyramidalThe preferred rotation in any of these shapes minimizes interactions of lone pairs first then the interactions of line pairsShapes can be drawn in any rotation as long as the lone pairs minimizes interactionsBecause electrons bonded between two atoms take up less space, they are distributed more evenly, for example the Hydrogens in are evenly spaced
Electrons in lone pairs take up more space and decreases the angle of other bonds, the Hydrogens in are closer to each other than ]]></description><link>chem-gen-chem/shapes-of-molecules-using-vsepr.html</link><guid isPermaLink="false">CHEM Gen Chem/Shapes of Molecules Using VSEPR.md</guid><pubDate>Wed, 12 Nov 2025 15:31:10 GMT</pubDate></item><item><title><![CDATA[Line Integral Fundamental Theorem]]></title><link>apma-multivariable/line-integral-fundamental-theorem.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Line Integral Fundamental Theorem.excalidraw.md</guid><pubDate>Thu, 06 Nov 2025 23:51:06 GMT</pubDate></item><item><title><![CDATA[Vector Field Conservative Vector Proof]]></title><link>apma-multivariable/vector-field-conservative-vector-proof.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Vector Field Conservative Vector Proof.excalidraw.md</guid><pubDate>Thu, 06 Nov 2025 23:29:15 GMT</pubDate></item><item><title><![CDATA[Polar Vector]]></title><description><![CDATA[The variables and can be used to define coordinates in the polar plane
The general equation for a polar vector value function is as followsThe variables and and can be used to define coordinates in the 3D polar planePolar vectors in 3D share similar dot and cross product rules to cartesian vectors in 3DOmega can be defined as the change in angle in the z directionSo thatThe equation for circular motion can be given by]]></description><link>phys-intro-physics/polar-vector.html</link><guid isPermaLink="false">PHYS Intro Physics/Polar Vector.md</guid><pubDate>Thu, 06 Nov 2025 23:26:03 GMT</pubDate></item><item><title><![CDATA[Polar Coordinates]]></title><description><![CDATA[The magnitude of a vector is given by And its corresponding angle given by Such that And its time derivative Rotate a <a data-href="Polar Vector" href="phys-intro-physics/polar-vector.html" class="internal-link" target="_self" rel="noopener nofollow">Polar Vector</a> to its time derivative is similar its Cartesian equivalentThe period and frequency of an polar vector are as followsA Polar vector also be defined asAngular Direction The angular direction is by definition the perpendicular direction of ]]></description><link>phys-intro-physics/polar-coordinates.html</link><guid isPermaLink="false">PHYS Intro Physics/Polar Coordinates.md</guid><pubDate>Thu, 06 Nov 2025 23:25:46 GMT</pubDate></item><item><title><![CDATA[Cylindrical Coordinates]]></title><description><![CDATA[Volumes can be expressed in terms of <a data-href="Polar Coordinates" href="phys-intro-physics/polar-coordinates.html" class="internal-link" target="_self" rel="noopener nofollow">Polar Coordinates</a> with the terms The conversion for cylindrical coordinates are the same as polar coordinates in 2D]]></description><link>apma-multivariable/cylindrical-coordinates.html</link><guid isPermaLink="false">APMA Multivariable/Cylindrical Coordinates.md</guid><pubDate>Thu, 06 Nov 2025 23:25:00 GMT</pubDate></item><item><title><![CDATA[Spherical Coordinates Volume]]></title><link>apma-multivariable/spherical-coordinates-volume.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Spherical Coordinates Volume.excalidraw.md</guid><pubDate>Thu, 06 Nov 2025 22:19:43 GMT</pubDate></item><item><title><![CDATA[Parallelization]]></title><description><![CDATA[Parallelization is the process of running multiple processes at the same time]]></description><link>coms-data-structures/parallelization.html</link><guid isPermaLink="false">COMS Data Structures/Parallelization.md</guid><pubDate>Wed, 05 Nov 2025 23:44:12 GMT</pubDate></item><item><title><![CDATA[Directional Derivative]]></title><description><![CDATA[Let be a unit vector, the directional derivative of can be given by<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/053591b4-399d-4a47-ab19-b619f4d19d86" filesource="APMA Multivariable/Directional Derivatives Formula.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Find the direction derivative of the function at the point in the direction of <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/9e984567-c0cb-4f74-89a1-0d1b7c66d860" filesource="APMA Multivariable/Directional Derivatives Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Take the unit vector of <br>Take the <a data-href="Gradient" href="apma-multivariable/gradient.html" class="internal-link" target="_self" rel="noopener nofollow">Gradient</a> of <br>Dot the <a data-href="Gradient" href="apma-multivariable/gradient.html" class="internal-link" target="_self" rel="noopener nofollow">Gradient</a> with ]]></description><link>apma-multivariable/directional-derivative.html</link><guid isPermaLink="false">APMA Multivariable/Directional Derivative.md</guid><pubDate>Wed, 05 Nov 2025 23:39:10 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Extrema]]></title><description><![CDATA[A local minimum of a <a data-href="Scalar Field" href="apma-multivariable/scalar-field.html" class="internal-link" target="_self" rel="noopener nofollow">Scalar Field</a> is a value such thatSimilarly, a local maximum of a scalar field is a value such thatWhere the domain is an open set containing <br>The local extrema of a <a data-href="Scalar Field" href="apma-multivariable/scalar-field.html" class="internal-link" target="_self" rel="noopener nofollow">Scalar Field</a> can be determined byFor all positions A critical point of a function is a position such that is not differentiableIf is a local extremum, then is a critical point]]></description><link>apma-multivariable/extrema.html</link><guid isPermaLink="false">APMA Multivariable/Extrema.md</guid><pubDate>Wed, 05 Nov 2025 23:38:27 GMT</pubDate></item><item><title><![CDATA[Set]]></title><description><![CDATA[A collection of objects that does not allow duplicates unlike <a data-tooltip-position="top" aria-label="Lists > Array List" data-href="Lists#Array List" href="coms-data-structures/lists.html#Array List" class="internal-link" target="_self" rel="noopener nofollow">Arrays</a> that do allow duplicateinsert(element): remove(element): contains(index): allAll(set): union(set): removeAll(set): intersection(set): A set with defined orders, all pairs are greater than or lesser than other pairsContains all set operations with
findMin(): findMax(): ]]></description><link>coms-data-structures/set.html</link><guid isPermaLink="false">COMS Data Structures/Set.md</guid><pubDate>Wed, 05 Nov 2025 23:36:50 GMT</pubDate></item><item><title><![CDATA[Lagrange Multiplier]]></title><description><![CDATA[In most applications the control variables are constrained
This can be expressed with a level set, which is known as the constraint curveA local minimum of subject to the constraint occurs at only if a is a critical point for or if the two functions are parallel for some scalar Extreme Value Theorem
A continuous function on a closed and bounded set must have an absolute minimum and maximum (<a data-href="Extrema" href="apma-multivariable/extrema.html" class="internal-link" target="_self" rel="noopener nofollow">Extrema</a>)
On a closed and bounded set Find all critical points
Find all Lagrange points
The maximum is the greatest value on the combined set
The minimum is the least value on the combined set<br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/86357a48-9e0a-4b9d-b17f-8138127dea4f" filesource="APMA Multivariable/Lagrange Multiplier Example.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-multivariable/lagrange-multiplier.html</link><guid isPermaLink="false">APMA Multivariable/Lagrange Multiplier.md</guid><pubDate>Wed, 05 Nov 2025 23:35:13 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Mathematics Review]]></title><description><![CDATA[In a given <a data-href="Set" href="coms-data-structures/set.html" class="internal-link" target="_self" rel="noopener nofollow">Set</a> of n. The number of subsets that can be made from elements of that set equal to n2Because the sum of i can be represented as S = 1, 2, ... , n , reversing the expansion and adding the it back onto itself can give us 2S = n+1, n+1, ... , n+1 This can be shortened as:]]></description><link>coms-data-structures/mathematics-review.html</link><guid isPermaLink="false">COMS Data Structures/Mathematics Review.md</guid><pubDate>Wed, 05 Nov 2025 23:33:05 GMT</pubDate></item><item><title><![CDATA[Tree]]></title><description><![CDATA[Trees are data structures that are ordered in a hierarchical or nested structureRoot: A node at the top of the tree
Subtree: A smaller tree under a root tree
Leaves: Nodes at the end of branchesParent: Nodes that contain one or many sub nodes
Child: Nodes that is contained in a parent node
Sibling: Nodes that share a parents
Ancestors: All nodes that contain the current node including itselfPath: The sequence of nodes where the two nodes are connected via the edges
Length: The number of edges on the pathDepth: The length of the path from the root to the node
Height: The length of the longest path from the root to a leafDiameter: The number of nodes on the longest path between any two nodes
Maximum Width: The number of nodes on the level in the tree that contains the most nodes Data can be represented in trees to speed up algorithms, because it's organized only parts of a tree need to be considered to solve problems
Tree can often speed up an algorithm from to An infix expression can be represented with a tree, for example the equation can be represented byA tree can be represented by a Linked List by referencing a sibling and the first childpublic class LinkedSiblingTree&lt;E&gt; { private TreeNode&lt;E&gt; root; private static class TreeNode&lt;E&gt; { E element; TreeNode&lt;E&gt; firstChild; TreeNode&lt;E&gt; nextSibling; }
}
Any tree can be traversed in different waysIn level order, nodes are traversed from left to right, top to bottom]]></description><link>coms-data-structures/tree.html</link><guid isPermaLink="false">COMS Data Structures/Tree.md</guid><pubDate>Wed, 05 Nov 2025 23:32:19 GMT</pubDate></item><item><title><![CDATA[Searching]]></title><description><![CDATA[Probe each value in a list sequentially until target is foundBest Case: Worst Case: Basic Implementationpublic static int SequentialSearch(int target, int[] array) { for (int i = 0; i &lt; array.length; i++) { if (array[i].compareTo(target)) { return i; } } return -1;
}
Sorted Only (<a data-href="Sorting" href="coms-data-structures/sorting.html" class="internal-link" target="_self" rel="noopener nofollow">Sorting</a>)
Probe in the middle, split into two groups, compare if the target is higher or lower, repeat search in the respective groupBest Case: Worst Base: Basic Implementationpublic static int BinarySearch(int target, int[] array) { int low = 0; int high = array.length - 1; while (low &lt;= high) { int mid = low + (high - low) / 2; int result = target.compareTo(mid) if (result == 0) { return mid } else if (result &lt; 0) { high = mid - 1; } else { low = mid + 1; } } return -low - 1; // Return possible index of target
}
]]></description><link>coms-data-structures/searching.html</link><guid isPermaLink="false">COMS Data Structures/Searching.md</guid><pubDate>Wed, 05 Nov 2025 23:18:06 GMT</pubDate></item><item><title><![CDATA[Binary Search Tree]]></title><description><![CDATA[The difference between binary search trees and <a data-href="Binary Tree" href="coms-data-structures/binary-tree.html" class="internal-link" target="_self" rel="noopener nofollow">Binary Tree</a> are that all nodes to the left are less than the root while all nodes to the right are greater than the rootIt is possible to check whether a tree is a binary search tree by checking if every left node is less than and every right node is greater than <br>Binary Search Trees can be searched in time, similar to <a data-tooltip-position="top" aria-label="Searching > Binary Search" data-href="Searching#Binary Search" href="coms-data-structures/searching.html#Binary Search" class="internal-link" target="_self" rel="noopener nofollow">Binary Search</a>boolean checkBSTHelp(Node root, int min, int max) { if (root == null) return true; if (root.data &gt; max || root.data &lt; min) return false; return checkBSTHelp(root.left, min, root.data - 1) &amp;&amp; checkBSTHelp(root.right, root.data + 1, max); } boolean checkBST(Node root) { return checkBSTHelp(root, 0, Integer.MAX_VALUE); }
A binary search tree can have the potential to be very unbalanced, this can cause search times to approach rather than <br>This is often solved by height balanced trees, or <a data-href="Red-Black Tree" href="coms-data-structures/red-black-tree.html" class="internal-link" target="_self" rel="noopener nofollow">Red-Black Tree</a>]]></description><link>coms-data-structures/binary-search-tree.html</link><guid isPermaLink="false">COMS Data Structures/Binary Search Tree.md</guid><pubDate>Wed, 05 Nov 2025 23:17:42 GMT</pubDate></item><item><title><![CDATA[Lists]]></title><description><![CDATA[Lists are ordered data, it is implemented as List Interface in Java, The List Interface contains an Array Lists and Linked ListsA class that supports dynamic arrays, the size of the array grows as elements are inserted, it can store any Java objectList Instantiation
Define as a List Reference instead of a ArrayList
List&lt;String&gt; list = new ArrayList&lt;&gt;(); So that the type of List can be changed easily in testing
The Array List grows by every time the size of the array reaches its allotted size
Array Lists do not resize when elements are removedIterator: A built-in object to loop elements in order
Amortized: The expected run time over a Pre vs Post incrementer
Different incrementers can be used based on necessity
x++ is a post incrementer that returns the current value before modifying it
++x is a pre incrementer that modifies the value before returning it
The <a data-href="Time Complexity" href="coms-data-structures/time-complexity.html" class="internal-link" target="_self" rel="noopener nofollow">Time Complexity</a> of common Array List methods are as followsadd(element):
: When array does not need to be expanded
: When the array needs to be expanded
: Amortized Time
add(index, element): get(index): remove(index): indexOf(element): Linked Lists are dynamic lists made out of nodesAll objects in a Linked List must be encapsulated by a node, which contains the value and a pointer to the next node in the list
They can be added and removed as needed, in any order from the ListAll Linked Lists must have a head, otherwise the linked list will be headless
A headless list will not be referred and will be collected by the garbage collectorThe head refers to the starting node in the ListLinked Lists can have a tail which refers to the end of the ListJava Method Arguments
When a method is called, all passed-in arguments are copies of a pointer of that value, meaning the argument is completely local int a = 8; boolean isNextEven(int number) { number++; // number will be 9; a will still be 8 return (number%2==0); } <br>The <a data-href="Time Complexity" href="coms-data-structures/time-complexity.html" class="internal-link" target="_self" rel="noopener nofollow">Time Complexity</a> of common Array List methods are as followsadd(element):
: With tail pointer
: Without tail pointer
add(index, element): get(index): remove(index): indexOf(element): ]]></description><link>coms-data-structures/lists.html</link><guid isPermaLink="false">COMS Data Structures/Lists.md</guid><pubDate>Wed, 05 Nov 2025 23:14:45 GMT</pubDate></item><item><title><![CDATA[Heap]]></title><description><![CDATA[A heap is a complete <a data-tooltip-position="top" aria-label="Binary Tree" data-href="Binary Tree" href="coms-data-structures/binary-tree.html" class="internal-link" target="_self" rel="noopener nofollow">Complete Binary Tree</a> that is stored in <a data-tooltip-position="top" aria-label="Tree > Level Order" data-href="Tree#Level Order" href="coms-data-structures/tree.html#Level Order" class="internal-link" target="_self" rel="noopener nofollow">Level Order</a>In this way, given a node at address the address of its children and parent can be determined as such
left child: right child: parent: (since integer division rounds, both children return the same parent)
In Min Heaps, the root has the lowest value and all node below the root has values that are greater than or equal to the rootIn Max Heaps, the root is the highest node and all nodes are less than or equalIn order to store incomplete heaps, allocate the maximum amount of space the heap uses, leave any blank nodes as empty cellsArrays with Identical Elements
Because array with identical elements does not need to be percolated, the run time for this type of array is ]]></description><link>coms-data-structures/heap.html</link><guid isPermaLink="false">COMS Data Structures/Heap.md</guid><pubDate>Wed, 05 Nov 2025 22:45:05 GMT</pubDate></item><item><title><![CDATA[Hash Function]]></title><description><![CDATA[Hash functions returns a ideally unique value for every inputHash functions must follow these rules
Ideally hash keys in a uniform distribution Potentially output all index values of the table
Every Java object has a default implementation of hashCode The default hashCode returns a distinct integer for distinct objects but does not consider the contents of the object
In order to consider the contents, the hashCode must be overridden]]></description><link>coms-data-structures/hash-function.html</link><guid isPermaLink="false">COMS Data Structures/Hash Function.md</guid><pubDate>Sun, 02 Nov 2025 20:09:03 GMT</pubDate></item><item><title><![CDATA[Probing]]></title><description><![CDATA[If the hash index of an object is already occupied, and the objects are not equal, probing can be performed to guaranteed a unique index for the functionThe next index of a cell can be given byWhere is the probing functionIn linear probing, each cell is checked linearly
However, because linear probing tends to cluster around occupied cells, the function can be inefficient in near-filled tablesIn quadratic probing, the next checked cell is farther apart as increase
This distributes the occupied cells more evenly and makes probing more efficientQuadratic Probing Theorem
Given that is prime, then the first cells visited by quadratic probing are distinct.
Therefore we can always find an empty cell if the table is at most half full.
Another hashing function can be used to determine the next checked cell Where is the secondary hashing functionSimply setting a cell to null can cause problems with probing, if during search a cell is found empty, the algorithm will assume that following cells do not contain the elementInstead of setting the value to null, a cell can be lazily deleted (not removed but marked as deleted)]]></description><link>coms-data-structures/probing.html</link><guid isPermaLink="false">COMS Data Structures/Probing.md</guid><pubDate>Sun, 02 Nov 2025 20:08:08 GMT</pubDate></item><item><title><![CDATA[Line Integral Arc Length Example]]></title><link>apma-multivariable/line-integral-arc-length-example.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Line Integral Arc Length Example.excalidraw.md</guid><pubDate>Thu, 30 Oct 2025 22:28:14 GMT</pubDate></item><item><title><![CDATA[Binary Tree Example]]></title><link>coms-data-structures/binary-tree-example.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Binary Tree Example.excalidraw.md</guid><pubDate>Thu, 30 Oct 2025 03:40:41 GMT</pubDate></item><item><title><![CDATA[Kinematics in 1D]]></title><description><![CDATA[Given constant acceleration, the velocity at a time can be given by the following Given oscillating acceleration, the velocity at time must be integratedObjects moving thro]]></description><link>phys-intro-physics/kinematics-in-1d.html</link><guid isPermaLink="false">PHYS Intro Physics/Kinematics in 1D.md</guid><pubDate>Thu, 30 Oct 2025 00:12:54 GMT</pubDate></item><item><title><![CDATA[Time Complexity Example B]]></title><link>coms-data-structures/time-complexity-example-b.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Time Complexity Example B.excalidraw.md</guid><pubDate>Wed, 29 Oct 2025 22:03:50 GMT</pubDate></item><item><title><![CDATA[Time Complexity Example C]]></title><link>coms-data-structures/time-complexity-example-c.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Time Complexity Example C.excalidraw.md</guid><pubDate>Wed, 29 Oct 2025 22:03:49 GMT</pubDate></item><item><title><![CDATA[Orbital]]></title><description><![CDATA[
Orbitals per subshell: 1 ()
Electron capacity: 2 electrons
Shape: spherical shaped
Nodes: Angular nodes = Radial nodes = Since the s orbitals penetrates the core better, s orbitals have higher effective energy than both p and d orbitals Orbitals per subshell: 3 ()
Electron capacity: 6 electrons
Shape: dumbbell shaped
Nodes: Angular nodes = Radial nodes = Similar to s orbitals, p orbitals also penetrate the core better having higher effective energy than d orbitals Orbitals per subshell: 5 ()
Electron capacity: 10 electrons
Shapes: four cloverleaf-type or donut around a lobe
Nodes: Angular nodes = Radial nodes = Orbitals per subshell: 7 ()
Electron capacity: 14 electrons
Shapes: complex multi-lobed forms
Nodes: Angular nodes = Radial nodes = f orbitals tend to be more shielded by inner electrons and less involved in simple covalent bonding compared with valence s and p orbitals.
A node is a region where the wave function changes sign and becomes zero
A node can either be angular or radialThe amount of angular nodes can be given by The amount of radial nodes can be given by ]]></description><link>chem-gen-chem/orbital.html</link><guid isPermaLink="false">CHEM Gen Chem/Orbital.md</guid><pubDate>Wed, 29 Oct 2025 19:45:48 GMT</pubDate></item><item><title><![CDATA[Formal Charge]]></title><description><![CDATA[A charge assigned to an atom within a molecule in relation to other atom which is not a real charge
Its value can be determined byWhere is the total valance electrons, is the total non bonded electrons, and is the total bonded electrons]]></description><link>chem-gen-chem/formal-charge.html</link><guid isPermaLink="false">CHEM Gen Chem/Formal Charge.md</guid><pubDate>Wed, 29 Oct 2025 19:08:01 GMT</pubDate></item><item><title><![CDATA[Periodic Table]]></title><description><![CDATA[The Periodic Table orders all <a data-tooltip-position="top" aria-label="Element" data-href="Element" href="chem-gen-chem/element.html" class="internal-link" target="_self" rel="noopener nofollow">Elements</a> and is divided into groups and periods. Groups share the same amount of valence electrons
Called Alkali because they combine with water to make alkaline solutions
Soft and mailable, could be cut with a knife
Highly reactive metals, especially towards water Harder than Alkali metals
Magnesium reacts slowly with water
Transition from semi-metallic () to metallic ()
Some elements such as gallium is almost a liquid at room temperature Transition from nonmetallic () to semi-metallic () to metallic ()
<br>Carbon exhibits <a data-tooltip-position="top" aria-label="Element > Allotropes" data-href="Element#Allotropes" href="chem-gen-chem/element.html#Allotropes" class="internal-link" target="_self" rel="noopener nofollow">Allotropy</a>
Petroleum is a compound that contains carbon and hydrogen and is often used a source of fuel
Transition from nonmetallic () semi-metallic (), to metallic ()
From Greek pnigein: to choke Nitric AcidNO⁻OHO
Transition from nonmetallic () to semi-metallic ()
From calcogen: ore former Iron rusts, by being exposed to oxygen at room temperature, being turned into hydrated iron oxides
From Greek halos: salt
genes: former Relatively inert, non-reactive Often exists in monoatomic form
]]></description><link>chem-gen-chem/periodic-table.html</link><guid isPermaLink="false">CHEM Gen Chem/Periodic Table.md</guid><pubDate>Wed, 29 Oct 2025 19:04:26 GMT</pubDate></item><item><title><![CDATA[Avogadro's Number]]></title><description><![CDATA[Avogadro's number is the number of atoms in exactly 12 grams of Mole: A mole is one of Avogadro's number of any particleWhat is the mass of 6 atoms of americium (Am, 243amu)?1 mole of Am will have a mass of 243 gramsMass of one atom of Am = 243g / 243 / (60.22 * 10^23)
]]></description><link>chem-gen-chem/avogadro's-number.html</link><guid isPermaLink="false">CHEM Gen Chem/Avogadro's Number.md</guid><pubDate>Wed, 29 Oct 2025 18:49:05 GMT</pubDate></item><item><title><![CDATA[Octet Rule]]></title><description><![CDATA[The Octet rule states that during chemical reaction, molecules are more likely to combine to achieve full shells of electronsHydrogen, however, only needs to achieve a shell of two electronsAlso called coordinate covalent or donor-acceptor, dative bonds are ones where a single atom provides both electronsNHHBThe <a data-tooltip-position="top" aria-label="Lewis Structure > Formal Charges" data-href="Lewis Structure#Formal Charges" href="chem-gen-chem/lewis-structure.html#Formal Charges" class="internal-link" target="_self" rel="noopener nofollow">Formal Charge</a> of a covalent bond can be equated byWhere is the number of valence electrons, are the lone electrons and are the bonded electrons]]></description><link>chem-gen-chem/octet-rule.html</link><guid isPermaLink="false">CHEM Gen Chem/Octet Rule.md</guid><pubDate>Wed, 29 Oct 2025 18:32:46 GMT</pubDate></item><item><title><![CDATA[Ionic Bonding]]></title><description><![CDATA[Atoms are bonded when one electron is transferred from one atom to another, this creates ionsNa⁺Cl⁻]]></description><link>chem-gen-chem/ionic-bonding.html</link><guid isPermaLink="false">CHEM Gen Chem/Ionic Bonding.md</guid><pubDate>Wed, 29 Oct 2025 18:28:27 GMT</pubDate></item><item><title><![CDATA[Element]]></title><description><![CDATA[Elements can still be broken down to simpler elements, i.e. Ozone to OxygenElements are defined as a substance that is comprised of atoms with the same atomic numberDifferent structural forms of an element that are in the same phaseCarbon : Diamond GraphiteA substance that contains two or more elementsTwo or more substances, which can be elements or compounds, in a physical combinationHomogenous: Substances are dissolved and can not be separated easily
Heterogenous: Substances can be separated easily
Elements consists of atoms Fusion and ionization can divide atoms All atoms of an given element are identical and mass and other properties Isotopes have different masses and properties Different elements have different masses and properties
Compounds are formed when unlike elements are combined in a simple integer ratio (Law of Definite proportions)
In a pure compound, the constituent elements are always present in a definite proportionThe ratio of the masses in two different compound are usually simple integersEqual volumes of different gases at the same temperature and pressure contain equal number of particlesCharge of a proton = - Charge of an electronMass of a proton ~= Mass of a neutron Mass of a proton = 1836 * Mass of an electron]]></description><link>chem-gen-chem/element.html</link><guid isPermaLink="false">CHEM Gen Chem/Element.md</guid><pubDate>Wed, 29 Oct 2025 18:28:07 GMT</pubDate></item><item><title><![CDATA[Electronegativity]]></title><description><![CDATA[In a molecule of the two electrons are shared equally
However, in a mole with a difference in electronegativity the share of electrons will be differentThese bond are called "polar"]]></description><link>chem-gen-chem/electronegativity.html</link><guid isPermaLink="false">CHEM Gen Chem/Electronegativity.md</guid><pubDate>Wed, 29 Oct 2025 18:27:56 GMT</pubDate></item><item><title><![CDATA[Empirical and Molecular Formulas]]></title><description><![CDATA[The molecular formula shows the number of atoms of each element in one molecule
For example, the molecular formula for glucose is And its corresponding empirical formula Not all reactants will be exhausted when a reaction occurs. The reactant that is used up first is called the limiting reactant]]></description><link>chem-gen-chem/empirical-and-molecular-formulas.html</link><guid isPermaLink="false">CHEM Gen Chem/Empirical and Molecular Formulas.md</guid><pubDate>Wed, 29 Oct 2025 18:22:10 GMT</pubDate></item><item><title><![CDATA[Ionization Energy]]></title><link>chem-gen-chem/ionization-energy.html</link><guid isPermaLink="false">CHEM Gen Chem/Ionization Energy.md</guid><pubDate>Wed, 29 Oct 2025 14:56:49 GMT</pubDate></item><item><title><![CDATA[Red-Black Tree]]></title><description><![CDATA[A red-black tree is a binary search tree that satisfies these properties
Every node is either red or black
The root is black
Every leaf (NIL) is black
If a node is red then both its children are black
For each node, all simple paths form the node to decedents leaves contain the same number of black nodes
A red-black tree is an extension of the binary search treeBy constraining the node colors on any simple path from the root to a lead, no path will be more than twice as long as any otherIn fact the height of a tree with nodes will at most be The height of a red-black tree with internal nodes will at most be Base case Where is the black height of a sub tree, which is the maximum height that only counts black nodes not including the rootDuring insertions, these properties can be violated
2. The root is black
4. If a node is red, then both of its children are blackBecause of this knowing the "uncle/aunt" node is more useful than knowing the parentAll insertions follow the insertion rules for binary search trees and start off red
Its color changes based on any violated rules(50R is inserted)
50R is red which violates 2.(50R 50B)50B
Nothing is violated(99R is inserted)	50B
NIL 99R
Nothing is violated(70R is inserted)	50B
NIL 99R 70R (y)NIL
70R is a child of 99R which violates 4 (2b)(Right Rotate 70R 99R)	50B
(y)NIL 70R 99R
99R is a child of 99R which violates 4 (3b)(70R 70B)
(50B 50R)
(Left Rotate 70B 50B Left)	70B
50R 99R
Nothing is violated]]></description><link>coms-data-structures/red-black-tree.html</link><guid isPermaLink="false">COMS Data Structures/Red-Black Tree.md</guid><pubDate>Tue, 28 Oct 2025 22:28:08 GMT</pubDate></item><item><title><![CDATA[Recursion]]></title><description><![CDATA[A method of solving a problem where the overall solution depends on solutions to smaller instances of the problemBase Case: When the answer to the problem is directly known
Recursive Call: When the function calls itself to get closer to the base case
Pending Operation: Remaining operations that need to be finished before the function ends
Tail Recursion: When there is no remaining pending operations when the base case is reachedEach time a function call is made, a stack frame is pushed onto the stackThis repeats until the base case is reachedTheta Notation
O(n) measures the worst case scenario and has a chance to break out early
(n) measures a constrained scenario with no chance to break early public static int pow(int x, int y) { if (y==0) { return 1; } return x * pow(x, y - 1);
}
private static int powHelp(int x, int y, int result) { if (y==0) { return result; } return powHelp(x, y - 1, x * result);
} public static int pow(int x, int y) { return powHelp(x, y, 1);
}
A String builder is an array in Java that is made out of characters. It can add or remove characters in constant time There are three different symbols to notate time complexity: Worst Case Scenario
: Constant Case Scenario
: Best Case ScenarioNumbers that, when arranged, can make up a triangleEx. 1, 3, 6, 10 Equation for Triangular Numbers $$
\frac{i(i+1)}{2} &gt; n
$$]]></description><link>coms-data-structures/recursion.html</link><guid isPermaLink="false">COMS Data Structures/Recursion.md</guid><pubDate>Tue, 28 Oct 2025 22:27:43 GMT</pubDate></item><item><title><![CDATA[Linear Structures]]></title><description><![CDATA[Stacks are linear data structures where objects are only added/removed at the topQueues are linear data structures where objects are only added in the end but only removed at the start
Queues are interfaces in Java while Stacks are a classInterfaces vs Classes
Interfaces define a methods and properties but can not be instantiated
Classes both define state and behavior and can be instantiated
Queues do not shift all elements once a object has been removed
Circular queues loop around the allocated memory while simple queues do not]]></description><link>coms-data-structures/linear-structures.html</link><guid isPermaLink="false">COMS Data Structures/Linear Structures.md</guid><pubDate>Tue, 28 Oct 2025 22:27:19 GMT</pubDate></item><item><title><![CDATA[Induction]]></title><description><![CDATA[Assumes that any induction is true for all integersAny integer has factorization into prime numbers is a prime number can be factored into itself is not a prime number can be written as a since and can be factored into primes, can be factored into primesTo prove that proof is true, assume is falseThere are infinite prime numbersAssume there are finite prime numbers.
Prime numbers are Define integer One of the primes must but a factor of N (all integers can be factored into primes)
There must exist an integer where So that divides into Since divides and product = 1
There can not be finite prime numbers]]></description><link>coms-data-structures/induction.html</link><guid isPermaLink="false">COMS Data Structures/Induction.md</guid><pubDate>Tue, 28 Oct 2025 22:06:42 GMT</pubDate></item><item><title><![CDATA[Time Complexity Example A]]></title><link>coms-data-structures/time-complexity-example-a.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Time Complexity Example A.excalidraw.md</guid><pubDate>Tue, 28 Oct 2025 05:51:40 GMT</pubDate></item><item><title><![CDATA[Time Complexity Example D]]></title><link>coms-data-structures/time-complexity-example-d.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Time Complexity Example D.excalidraw.md</guid><pubDate>Tue, 28 Oct 2025 05:51:37 GMT</pubDate></item><item><title><![CDATA[Rehashing]]></title><link>coms-data-structures/rehashing.html</link><guid isPermaLink="false">COMS Data Structures/Rehashing.md</guid><pubDate>Mon, 27 Oct 2025 22:51:28 GMT</pubDate></item><item><title><![CDATA[Map]]></title><description><![CDATA[A collection of key value pairs
Every key is unique while values does not have to beget(key): put(key, value): ]]></description><link>coms-data-structures/map.html</link><guid isPermaLink="false">COMS Data Structures/Map.md</guid><pubDate>Mon, 27 Oct 2025 21:54:20 GMT</pubDate></item><item><title><![CDATA[Tower of Hanoi Example]]></title><link>coms-data-structures/tower-of-hanoi-example.excalidraw.html</link><guid isPermaLink="false">COMS Data Structures/Tower of Hanoi Example.excalidraw.md</guid><pubDate>Mon, 27 Oct 2025 21:47:55 GMT</pubDate></item><item><title><![CDATA[Derivative Rules for Vectors]]></title><description><![CDATA[Product rules for vectors are isometric to the scaler product ruleSimilarly the chain rule for vector is as follows ]]></description><link>apma-multivariable/derivative-rules-for-vectors.html</link><guid isPermaLink="false">APMA Multivariable/Derivative Rules for Vectors.md</guid><pubDate>Mon, 27 Oct 2025 21:26:22 GMT</pubDate></item><item><title><![CDATA[Optimization]]></title><description><![CDATA[To optimize on an open set, look for critical points
For closed sets, use the Lagrange multiplier on boundary pointsFor optimization problems, identify
The target function or desideratum The control variable () Description where appropriate Domain of admissible values Given Find the closest point to the Origin<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/4b3f22f7-66c6-4c39-93cd-ead7729116d7" filesource="APMA Multivariable/Optimization.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-multivariable/optimization.html</link><guid isPermaLink="false">APMA Multivariable/Optimization.md</guid><pubDate>Mon, 27 Oct 2025 21:23:40 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Spherical Coordinates]]></title><description><![CDATA[Volumes can also be given using the spherical coordinates <img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/c9fc2a0b-593c-492a-ad32-450bf861cacc" filesource="APMA Multivariable/Spherical Coordinates Definition.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Difference between and Different system sometimes swap and , mathematically, the should match for and for The volume can be determined using spherical coordinates via the formula<br>Similar to in <a data-href="Cylindrical Coordinates" href="apma-multivariable/cylindrical-coordinates.html" class="internal-link" target="_self" rel="noopener nofollow">Cylindrical Coordinates</a>, is the constant of integration for spherical coordinates <br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/faf2b8d2-a16c-4b6b-8c82-de6db26523c1" filesource="APMA Multivariable/Spherical Coordinates Volume.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">]]></description><link>apma-multivariable/spherical-coordinates.html</link><guid isPermaLink="false">APMA Multivariable/Spherical Coordinates.md</guid><pubDate>Mon, 27 Oct 2025 21:23:29 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Second Derivative Test]]></title><description><![CDATA[Given that all 2nd order partial of are continuous, in the area of a critical point . the concavity of can be determined by
if and &lt; 0, then is a local maximum
if and &gt; 0, then is a local minimum
if is a saddle point
<img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/ef840b45-fe0f-4ddc-b94d-a1aeef1cb500" filesource="APMA Multivariable/Second Derivative Test Example A.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self"><br><img class="excalidraw-svg excalidraw-embedded-img excalidraw-canvas-immersive is-unresolved" src="./blob:/a5dcfb4e-fdaf-40f2-90bc-55281b069dd6" filesource="APMA Multivariable/Second Derivative Test Example B.excalidraw.md" w="400" draggable="false" oncanvas="false" style="max-width: 100%; width: 400px;" target="_self">Boundaries are open if they do not contain their boundary points Closed sets do contain their boundary point Boundaries can be neither open nor closed ]]></description><link>apma-multivariable/second-derivative-test.html</link><guid isPermaLink="false">APMA Multivariable/Second Derivative Test.md</guid><pubDate>Mon, 27 Oct 2025 21:23:25 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Lagrange Multiplier Example]]></title><link>apma-multivariable/lagrange-multiplier-example.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Lagrange Multiplier Example.excalidraw.md</guid><pubDate>Mon, 27 Oct 2025 21:23:03 GMT</pubDate></item><item><title><![CDATA[Second Derivative Test Example A]]></title><link>apma-multivariable/second-derivative-test-example-a.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Second Derivative Test Example A.excalidraw.md</guid><pubDate>Mon, 27 Oct 2025 21:21:23 GMT</pubDate></item><item><title><![CDATA[Second Derivative Test Example B]]></title><link>apma-multivariable/second-derivative-test-example-b.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Second Derivative Test Example B.excalidraw.md</guid><pubDate>Mon, 27 Oct 2025 21:21:10 GMT</pubDate></item><item><title><![CDATA[Spherical Coordinates Definition]]></title><link>apma-multivariable/spherical-coordinates-definition.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Spherical Coordinates Definition.excalidraw.md</guid><pubDate>Mon, 27 Oct 2025 21:20:15 GMT</pubDate></item><item><title><![CDATA[Directional Derivatives Formula]]></title><link>apma-multivariable/directional-derivatives-formula.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Directional Derivatives Formula.excalidraw.md</guid><pubDate>Mon, 27 Oct 2025 21:14:26 GMT</pubDate></item><item><title><![CDATA[Directional Derivatives Example]]></title><link>apma-multivariable/directional-derivatives-example.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Directional Derivatives Example.excalidraw.md</guid><pubDate>Mon, 27 Oct 2025 21:14:26 GMT</pubDate></item><item><title><![CDATA[Reparameterization]]></title><description><![CDATA[A new function that maps another function into the same space with different domainsA smooth reparameterization of is a scaler function such that Where and traces the same pathDerivative of inverses
Given The derivative of the inverse is The arc length of a parameterized curve can be defined asMagnitude in Integration
The integral of a magnitude does not equate to the magnitude of the integral ]]></description><link>apma-multivariable/reparameterization.html</link><guid isPermaLink="false">APMA Multivariable/Reparameterization.md</guid><pubDate>Mon, 27 Oct 2025 21:12:33 GMT</pubDate></item><item><title><![CDATA[Partial Derivative]]></title><description><![CDATA[A partial derivative is deriving a function with respect to a variable, this derives only one variable while the other remains "constant" Partial Derivative of f(a, b) in respect to x $$
f_{x}(a,b) = \lim_{ h \to 0 } \frac{f(a+h,b)-f(a,b)}{h}
$$ Partial Derivative of f(a, b) in respect to y $$
f_{y}(a,b) = \lim_{ h \to 0 } \frac{f(a,b+h)-f(a,b)}{h}
$$Notations of Partial Derivative
Partial Derivatives are can be notated in a number of ways The partial derivative can be taken multiple timesDifferentiability If all partial derivatives of a function are differentiable, then the function itself is differentiable Partial differential equations are differential equations with partial derivativesThe heat equation, for example, gives temperature as a function of position and time Mixed Partials are partial derivatives where derivatives in respect to more than one variable is taken Mixed Partial of f in respect to x and y $$
f_{xy} = \frac{\partial^2f}{\partial x \partial y}
$$Order of Mixed Partials
The partial is equal to Similarly, is equal to and If the relevant mixed partials exists and are continuous around the particular position then]]></description><link>apma-multivariable/partial-derivative.html</link><guid isPermaLink="false">APMA Multivariable/Partial Derivative.md</guid><pubDate>Mon, 27 Oct 2025 21:12:28 GMT</pubDate></item><item><title><![CDATA[Order of Integration]]></title><description><![CDATA[In a triple integral, bounds can be written in different ways while producing the same resultGiven , integrate over volume Since has bounds between the first integral can be set toThe second variable can be set to and can be set to ]]></description><link>apma-multivariable/order-of-integration.html</link><guid isPermaLink="false">APMA Multivariable/Order of Integration.md</guid><pubDate>Mon, 27 Oct 2025 21:12:27 GMT</pubDate></item><item><title><![CDATA[Linear Function]]></title><description><![CDATA[A linear function on has the formIn a one variable linear function , the graph is a line
In a two variable linear function, the graph is a planeFor one variable functions, is differentiable at if exists, meaning that if at looks like a straight line close up, it is differentiableFor two variable functions, is differentiable at if it resembles a plane close upA scalar field is differentiable at if there is a linear function such thatWhere as The linearization of function at point is given byLinearization of functions can be used to estimate values of functionsGiven Estimate Instead of estimating values, changes can be estimated using differentials]]></description><link>apma-multivariable/linear-function.html</link><guid isPermaLink="false">APMA Multivariable/Linear Function.md</guid><pubDate>Mon, 27 Oct 2025 21:12:24 GMT</pubDate></item><item><title><![CDATA[Integrals of Vectors]]></title><description><![CDATA[Because integrals are the limits of sums, and vectors can be added together, there is a direct translation to the integral of vectors Fundamental Theorem for vectors $$
\vec{r}(t)-\vec{r}(t_{0})=\int_{t_{0}}^t\vec{r'}(u)du
$$
Show that a particle that changes direction has nonzero acceleration
Suppose The velocity can be defined as
And since The velocity can not change direction if A particle initially at rest at the origin is subject to an acceleration For Since Then is equal to For ]]></description><link>apma-multivariable/integrals-of-vectors.html</link><guid isPermaLink="false">APMA Multivariable/Integrals of Vectors.md</guid><pubDate>Mon, 27 Oct 2025 21:12:21 GMT</pubDate></item><item><title><![CDATA[Gradient Decent]]></title><description><![CDATA[The minimization (decent) or maximization (accent) of a cost/loss function of several variables]]></description><link>apma-multivariable/gradient-decent.html</link><guid isPermaLink="false">APMA Multivariable/Gradient Decent.md</guid><pubDate>Mon, 27 Oct 2025 21:12:17 GMT</pubDate></item><item><title><![CDATA[Curvature]]></title><description><![CDATA[The curvature of a function is how much the direction of a tangent line changes throughout the functionA curve is called a smooth curve when Smooth curves contains a well-defined unit tangent vectorCurvature can be defined using as followsThe curvature can also be given using]]></description><link>apma-multivariable/curvature.html</link><guid isPermaLink="false">APMA Multivariable/Curvature.md</guid><pubDate>Mon, 27 Oct 2025 21:12:08 GMT</pubDate></item><item><title><![CDATA[Changing Coordinates]]></title><description><![CDATA[Areas can also be integrated via Consider a polar rectangleArea of the rectangle can be determined the following equation Given where , can be expressed asThe area using Can be given as]]></description><link>apma-multivariable/changing-coordinates.html</link><guid isPermaLink="false">APMA Multivariable/Changing Coordinates.md</guid><pubDate>Mon, 27 Oct 2025 21:12:03 GMT</pubDate></item><item><title><![CDATA[Optimization]]></title><link>apma-multivariable/optimization.excalidraw.html</link><guid isPermaLink="false">APMA Multivariable/Optimization.excalidraw.md</guid><pubDate>Mon, 27 Oct 2025 20:21:54 GMT</pubDate></item><item><title><![CDATA[Index]]></title><description><![CDATA[<a data-tooltip-position="top" aria-label="Ordinary Differential Equation" data-href="Ordinary Differential Equation" href="apma-intro-to-applied/ordinary-differential-equation.html" class="internal-link" target="_self" rel="noopener nofollow">Intro to Applied Math</a><br><a data-tooltip-position="top" aria-label="Extrema" data-href="Extrema" href="apma-multivariable/extrema.html" class="internal-link" target="_self" rel="noopener nofollow">Multivariable Calculus</a><br><a data-tooltip-position="top" aria-label="Basic Probability" data-href="Basic Probability" href="apma-probability/basic-probability.html" class="internal-link" target="_self" rel="noopener nofollow">Probability I</a><br><a data-tooltip-position="top" aria-label="Shapes of Molecules Using VSEPR" data-href="Shapes of Molecules Using VSEPR" href="chem-gen-chem/shapes-of-molecules-using-vsepr.html" class="internal-link" target="_self" rel="noopener nofollow">Gen Chemistry I</a><br><a data-tooltip-position="top" aria-label="Basics of Bash Scripting" data-href="Basics of Bash Scripting" href="coms-advanced-programming/basics-of-bash-scripting.html" class="internal-link" target="_self" rel="noopener nofollow">Advanced Programming</a><br><a data-tooltip-position="top" aria-label="Set" data-href="Set" href="coms-data-structures/set.html" class="internal-link" target="_self" rel="noopener nofollow">Data Structures</a><br><a data-tooltip-position="top" aria-label="Circuit Analysis" data-href="Circuit Analysis" href="elen-intro-to-electrical/circuit-analysis.html" class="internal-link" target="_self" rel="noopener nofollow">Intro to Electrical</a><br><a data-tooltip-position="top" aria-label="Electric Field of Continuous Charge" data-href="Electric Field of Continuous Charge" href="phys-elec-magn/electric-field-of-continuous-charge.html" class="internal-link" target="_self" rel="noopener nofollow">Physics E&amp;M</a><br><a data-tooltip-position="top" aria-label="Types of Forces" data-href="Types of Forces" href="phys-intro-physics/types-of-forces.html" class="internal-link" target="_self" rel="noopener nofollow">Physics Mech</a><br><a data-tooltip-position="top" aria-label="Expected Value Decision" data-href="Expected Value Decision" href="rs-decision-analysis/expected-value-decision.html" class="internal-link" target="_self" rel="noopener nofollow">Decision Analysis</a><br><a data-tooltip-position="top" aria-label="Qubit" data-href="Qubit" href="rs-quantum-computation/qubit.html" class="internal-link" target="_self" rel="noopener nofollow">Quantum Information Theory</a>]]></description><link>index.html</link><guid isPermaLink="false">Index.md</guid><pubDate>Thu, 16 Jul 2026 04:42:53 GMT</pubDate></item><item><title><![CDATA[AOE Ted Talk]]></title><description><![CDATA[The term side-questing has become more prevalent in today's culture as a descriptor for actions that are extraordinary. If you, for example, gone to midtown to see a play but accidently came back with a a bag full of Tibetan crystals and a belly full of samosas, that's side questing. If you have math and physics homework due in two days and you, with full intention of finishing them by the end of your day, find yourself in the middle of Chinatown at midnight? That's side questing. But despite how unhelpful these "side quests" may seem. I might argue that we don't "side quest" enough. It's understandable to get lost in the amount of work, clubs, frats--- Columbia is amazing in the sense that you can never get bored while within its gates. But these gates are doubled sided; We tend to focus on what's happening inside the gates that we sometimes fail to notice what's happening outside. This laser-focused mentality simply not the best way to grow as a person.All of us have unique experiences and perspectives that pertains only to us. And that's wonderful. But often we can end up getting too bunched up in these experiences, we become sheltered to how others live and only see the world a certain way. Seeing as much of the conditions of others will do wonders in helping us understand the conditions of the world we live in.Side questing does not have to be purely for personal growth, it can be applied academically as well. When we think of a scholar what do we think of?
something something classroom engagement
An ideal scholar should be one that's proficient in many fields. But due to how we naturally gravitate towards a specific field, we as scholars tend to over-specialize in a specific field. In that sense we tend to look at situations or problems a certain way, we fail to see it through the venues of others fields. Via side questing in other fields, (through clubs, jobs, or projects), we can better understand the approach that others might take to solve a certain problem. So all in all, go off on a tangent. Take all the opportunities, be spontaneous with your plans, and see the world by side questing, and you might find yourself a more complete person by the time you're done. ]]></description><link>engl-uw/aoe-ted-talk.html</link><guid isPermaLink="false">ENGL UW/AOE Ted Talk.md</guid><pubDate>Mon, 11 May 2026 16:01:12 GMT</pubDate></item><item><title><![CDATA[Wars Should Not be Fought in the Dark — The Myanmar Civil War]]></title><description><![CDATA[Lynn OngMy father woke up to perhaps one of the most disheartening birthday gifts on the morning of Feb 1st, 2021. Our family watched as the Myanmar military brought a caravan of armored personnel carriers and trucks into the state capital to instate a coup d'état, the fourth time coup det tat in our country's history (<a data-tooltip-position="top" aria-label="https://www.irrawaddy.com/news/burma/myanmar-military-seizes-power.html" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.irrawaddy.com/news/burma/myanmar-military-seizes-power.html" target="_self">Irrawaddy</a>).<br>Just months ago, Myanmar celebrated its second successful democratic elections after decades of fighting for democracy on Nov 5th of 2020. In the election, the National League for Democracy (from here to be referred to as NLD) won a unprecedented 501 seats in the parliament with the military-backed Union Solidarity and Development Party winning only 38 seats (<a data-tooltip-position="top" aria-label="https://themimu.info/election" rel="noopener nofollow" class="external-link is-unresolved" href="https://themimu.info/election" target="_self">MIMU</a>). This of course, angered the military junta, who at first refused the election results as fraudulent and called for a re-election before calming down and claiming that they had accepted the election results (<a data-tooltip-position="top" aria-label="https://www.irrawaddy.com/election-2020/election-2020-week-review-11-2.html" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.irrawaddy.com/election-2020/election-2020-week-review-11-2.html" target="_self">Irrawaddy</a>). This acceptance lasted only three months as the military started its take over the following February. Since this, the civil war has gone on for almost six years, leaving millions of people under the looming threat of displacement, starvation, or death.Yet, much to my concern, I found that most people have no knowledge of this war. While I found myself regressing backing to the topic of the war whenever I speak Burmese, I rarely talk about it when I'm speaking English or other languages. People tend to recall a TikTok of a woman doing yoga while armored vehicles roll in the background. This TikTok though, fails to capture the gravity of the situation, the human aristocracies, and ongoing suffering happening within my country.<br>In their article on the media coverage of suffering on the Syrian War, Xu Zhang and Catherine A. Luther complied a definition for suffering to be a "severe distress that has a detrimental impact on personhood" (<a data-tooltip-position="top" aria-label="https://journals.sagepub.com/doi/10.1177/1750635219846029" rel="noopener nofollow" class="external-link is-unresolved" href="https://journals.sagepub.com/doi/10.1177/1750635219846029" target="_self">Zhang &amp; Luther 3</a>). It's is the lack of basic human needs or dignity that causes mass suffering in countries in Myanmar that are undergoing war. The United Nations estimate that 19.9 million persons are in need of some basic necessity within Myanmar with the most being food or shelter (<a data-tooltip-position="top" aria-label="https://www.unocha.org/myanmar" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.unocha.org/myanmar" target="_self">UNOCHA</a>).<br>Yet, this problem of unawareness seems to not effects countries such as Ukraine, for example. Since the Russian invasion in 2022, Ukraine has deservedly garnered much international media attention along with tangible military aid by western powers (<a data-tooltip-position="top" aria-label="https://www.govinfo.gov/app/details/GOVPUB-Y3_P31-PURL-gpo147739" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.govinfo.gov/app/details/GOVPUB-Y3_P31-PURL-gpo147739" target="_self">USIP</a>). Ukraine have already received armory "including tanks and advanced weapons systems" from western powers (<a data-tooltip-position="top" aria-label="https://link.springer.com/book/10.1007/978-3-031-58645-3" rel="noopener nofollow" class="external-link is-unresolved" href="https://link.springer.com/book/10.1007/978-3-031-58645-3" target="_self">Chang &amp; Coppel 85</a>) yet counties like Myanmar have only received encouragements. Chang and Coppel, in their book, "Myanmar's Digital Coup" claims that the "quick defence of a fellow Western state [sic] suggests a degree of racism although the stronger Ukrainian diaspora in the US and Europe was also a contributing factor" (87).While it may be easy to dismiss this as racism on the part of Western nations, this fails to capture the full extent of the problem. The discrepancy in aid between Ukraine and Myanmar can be attributed to the discrepancy in media attention between the two war zones. Ukraine enjoys continuous coverage in both US news sources and international news sources when compared to other on-going wars like in Syria, Sudan, or Myanmar. This is especially worse for the Rohingya peoples of Myanmar, who used to be internationally recognized but has completely been overshadowed by the civil war despite their continued struggle in being murdered and displaced by the military. While this lack of attention may not appear as important to resolving any conflict the difference in attention may be affecting the amount of humanitarian aid received and how foreign governments react to conflicts.<br>The United Nations Office for the Coordinate of Humanitarian Affairs (<a data-tooltip-position="top" aria-label="https://www.unocha.org/myanmar" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.unocha.org/myanmar" target="_self">UNOCHA</a>) estimates that in 2024, private persons and companies donated 23.5 thousand USD to Myanmar and 1.5 million USD to Ukraine (<a data-tooltip-position="top" aria-label="https://www.unocha.org/myanmar" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.unocha.org/myanmar" target="_self">UNOCHA</a>).<br>
The difference is undoubtedly due to the fact that updates in the Ukraine war is more prevalent in international news while updates for Myanmar is often left unreported. Chang and Coppel finds that a possible explanation for this difference could be Ukraine's narrative of a "nuclear-armed power’s invasion of a sovereign neighbour is regarded as a greater security threat than an internal coup" (<a data-tooltip-position="top" aria-label="https://link.springer.com/book/10.1007/978-3-031-58645-3" rel="noopener nofollow" class="external-link is-unresolved" href="https://link.springer.com/book/10.1007/978-3-031-58645-3" target="_self">86</a>). But invasion or coup, in both cases, real people are suffering. Which is why it is the responsibility of international media to report on these critical situations. The lack of knowledge by many citizens curbs any political pressure for governments to act on these atrocities. Without media coverage, Myanmar continues suffer in the darkness.Please excuse the different style of formatting; I'm using a different word processor for the Op-Ed This Op-Ed is not a revision of any previous essay so all of the content is completely new. Instead of talking about the revision, I hope you will find me talking about the process of writing the article along with its history of revisions satisfactory.I first researched the situation in Myanmar in the lens of media and geopolitics. I've been exposed to many stories on the ground through family and friends who are living there. But I did not know much about other countries reactions to the situation in Myanmar nor did I know why the media does not report on these stories.I was able to find several sources that were able to give me some answers along with many sources that gave context on the war in Myanmar. Using those sources I started drafting an article on how the lack of media reporting on Myanmar can cause harm to people suffering there. I wanted this piece to be more personal since I do have a personal stake so I was more liberal in using first person within the article. Given the word limit, I unfortunately had to cut some of the personal stories to give room to more pressing contents.The peer review gave me a better idea of what my essay needs works on. After the review, I rewrote most the introduction along with transitions within the article. Through research I picked Al-Jazeera for the publication because of reputation for journalistic freedom along with its mission statement to "give voices to the voiceless". I researched more on the publication guidelines and made small edits to align myself better. I still want to be open to other publications in the future so I tried to not overtly copy Al-Jazeera's styling.]]></description><link>engl-uw/wars-should-not-be-fought-in-the-dark-—-the-myanmar-civil-war.html</link><guid isPermaLink="false">ENGL UW/Wars Should Not be Fought in the Dark — The Myanmar Civil War.md</guid><pubDate>Wed, 10 Dec 2025 08:33:55 GMT</pubDate></item><item><title><![CDATA[EGNL1010 4c]]></title><description><![CDATA[
(a) Context Possible Study
Introduction (b) Representation Case Study? (c) Analysis Myanmar Digital Coup
Routledge Handbook History of Successful Coup d’états (134) Terrance Lee Independence in 1948
First Coup in 1958
Second Coup in 1962
Third Coup in 1974 Myanmar Informational Management Unit My father woke up to perhaps one of the most disheartening birthday gifts on the morning of Feb 1st, 2021. Our family watched as the Myanmar military brought a caravan of armored personnel carriers and trucks into the state capital to instate a coup d'état, the fourth time coup det tat in our country's history (<a data-tooltip-position="top" aria-label="https://www.irrawaddy.com/news/burma/myanmar-military-seizes-power.html" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.irrawaddy.com/news/burma/myanmar-military-seizes-power.html" target="_self">Irrawaddy</a>).<br>Just months ago, Myanmar celebrated its second successful democratic elections after decades of fighting for democracy on Nov 5th of 2020. In the election, the National League for Democracy (from here to be referred to as NLD) won a unprecedented 501 seats in the parliament with the military-backed Union Solidarity and Development Party winning only 38 seats (<a data-tooltip-position="top" aria-label="https://themimu.info/election" rel="noopener nofollow" class="external-link is-unresolved" href="https://themimu.info/election" target="_self">MIMU</a>). This of course, angered the military junta, who at first refused the election results as fraudulent and called for a re-election before calming down and claiming that they had accepted the election results (<a data-tooltip-position="top" aria-label="https://www.irrawaddy.com/election-2020/election-2020-week-review-11-2.html" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.irrawaddy.com/election-2020/election-2020-week-review-11-2.html" target="_self">Irrawaddy</a>). This acceptance lasted only three months as the military started its take over the following February. Since this, the civil war has gone on for almost six years, leaving millions of people under the looming threat of displacement, starvation, or death.Yet, much to my concern, I found that, most people have no knowledge of this war. While I found myself regressing backing to the topic of the war whenever I speak Burmese, I rarely talk about it when I speak English or other languages. People do recall a TikTok of a woman doing yoga while armored vehicles roll in the background but never the gravity of the situation, and never the human aristocracies and ongoing suffering happening within the country.<br>In their article on the media coverage of suffering on the Syrian War, Xu Zhang and Catherine A. Luther complied a definition for suffering to be a "severe distress that has a detrimental impact on personhood" (<a data-tooltip-position="top" aria-label="https://journals.sagepub.com/doi/10.1177/1750635219846029" rel="noopener nofollow" class="external-link is-unresolved" href="https://journals.sagepub.com/doi/10.1177/1750635219846029" target="_self">Zhang &amp; Luther 3</a>). It's is the lack of basic human needs or dignity that causes mass suffering in countries in Myanmar that are undergoing war. The United Nations estimate that 19.9 million persons are in need of some basic necessity within Myanmar with the most being food or shelter (<a data-tooltip-position="top" aria-label="https://www.unocha.org/myanmar" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.unocha.org/myanmar" target="_self">UNOCHA</a>).<br>Yet, this problem of unawareness seems to not effects countries such as Ukraine, for example. Since the Russian invasion in 2022, Ukraine has deservedly garnered much international media attention along with tangible military aid by western powers (<a data-tooltip-position="top" aria-label="https://www.govinfo.gov/app/details/GOVPUB-Y3_P31-PURL-gpo147739" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.govinfo.gov/app/details/GOVPUB-Y3_P31-PURL-gpo147739" target="_self">USIP</a>). Ukraine have already received armory "including tanks and advanced weapons systems" from western powers (Chang &amp; Coppel 85) yet counties like Myanmar have only received encouragements. Chang and Coppel, in their book, "Myanmar's Digital Coup" claims that the "quick defence of a fellow Western state [sic] suggests a degree of racism although the stronger Ukrainian diaspora in the US and Europe was also a contributing factor" (87).While it may be easy to dismiss this as racism on the part of Western nations, this fails to capture the full extent of the problem. The discrepancy in aid between Ukraine and Myanmar can be attributed to the discrepancy in media attention between the two war zones. Ukraine enjoys continuous coverage in both US news sources and international news sources when compared to other on-going wars like in Syria, Sudan, or Myanmar. This is especially worse for the Rohingya peoples of Myanmar, who used to be internationally recognized but has completely been overshadowed by the civil war despite their continued struggle in being murdered and displaced by the military. While this lack of attention may not appear as important to resolving any conflict the difference in attention may be affecting the amount of humanitarian aid received and how foreign governments react to conflicts.<br>The United Nations Office for the Coordinate of Humanitarian Affairs (<a data-tooltip-position="top" aria-label="https://www.unocha.org/myanmar" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.unocha.org/myanmar" target="_self">UNOCHA</a>) estimates that in 2024, private persons and companies donated 23.5 thousand USD to Myanmar and 1.5 million USD to Ukraine (<a data-tooltip-position="top" aria-label="https://www.unocha.org/myanmar" rel="noopener nofollow" class="external-link is-unresolved" href="https://www.unocha.org/myanmar" target="_self">UNOCHA</a>).
The difference is undoubtedly due to the fact that updates in the Ukraine war is more prevalent in international news while updates for Myanmar is often left unreported. Chang and Coppel finds that a possible explanation for this difference could be Ukraine's narrative of a "nuclear-armed power’s invasion of a sovereign neighbour is regarded as a greater security threat than an internal coup" (86). But invasion or coup, in both cases, real people are suffering. Which is why it is the responsibility of international media to report on these critical situations. The lack of knowledge by many citizens curbs any political pressure for governments to act on these atrocities. Without media coverage, Myanmar continues suffer in the darkness.]]></description><link>engl-uw/egnl1010-4c.html</link><guid isPermaLink="false">ENGL UW/EGNL1010 4c.md</guid><pubDate>Wed, 10 Dec 2025 05:19:53 GMT</pubDate></item><item><title><![CDATA[Outline E3]]></title><description><![CDATA[
(a) Intro Strate v. A-1 Contractors
Federal Encroachment
Indigenous Resistance (b) History 1980 (p) Power Imbalance
(j.1) Montana
(g) Recognition (g.1) Failure of recognition
(g.2) Montana Rule 1990
(h) Establishment of Courts (j.2) Branched Government (c) Significance of Tribal courts (c.1) Peace making court
(c.2) Relationships (j.3) Wilson Marchington Defined Montana
Establishment of Criteria 2000
(j.4) Nev. Hicks
(j.5) MacArthur San Juan
(m) Modern Day
]]></description><link>engl-uw/essay-3/outline-e3.html</link><guid isPermaLink="false">ENGL UW/Essay 3/Outline E3.md</guid><pubDate>Wed, 26 Nov 2025 19:25:26 GMT</pubDate></item><item><title><![CDATA[Sources]]></title><description><![CDATA[ Tribal Courts Reduces crime rates in tribal lands Tribal Courts are underfunded Causes crimes to go unpunished for deferred
Less authority in tribal lands
Public Safety Need Reform Low sentencing limits
Poor fundings Tribal Court Law and Order Act Passed in 2010
More Oversight for Tribal Courts Public Defenders
Increases limit to 3 years Federal Gov not consulting tribes enough
Discrepancy between federal communication and tribal communication 2012 Obama strengthened communication with tribal governments, requiring permitting for federal projects
Meaningful contribution No One definition
Must include face to face meetings Bear Ears Coalition New proposal Manager will consult a commission of tribal experts Violence Against Women Reauthorization Act
Cherokee Nation v. Georgia Indian Tribes are not foreign nations but domesticated nations ISDEAA Federal funding for tribal programs MacArthur v San Juan 2005 (9th D)
(Civil)
Hospital open up in Navajo Nation, Utah
Contracted by County
Nation argued that affirmative action is not followed
Billing practices also decreased total visitors Did not follow exception in Montana v United States
Confirmed lower court dismissal Nation's argument was dismissed Wilson v. Marchington 1997 (9th D) (Civil)
Plaintiff, a Blackfeet Indian member filled suit in tribal court over alleged damages
Defendant, a nonmember argued that tribal courts do not have subject matter jurisdiction
Full Faith and Credit Clause
Argued for Sovereignty of tribal nations
Nev v. Hicks 2001 (SCOTUS)
(Civil)
On matter of state sovereignty over tribal borders
Nevada wardens suspected nation members of hunting protected game Followed into tribal land and unsuccessfully searched homes of suspects Members sued under tribal court Tribal court held claim over jurisdiction on case
Warden claimed declaratory judgment that tribal court lacked jurisdiction Provided writ to district court
Montana v. United States 1980 (SCOTUS)
(Civil)
Crow Tribe limited hunting and fishing in their reservation
Non native land owners sued saying it infringed on right
Court determined native land was held in trust, indigenous tribes do not "own" land
Created Montana Rule All court cases under tribal jurisdiction must involve both parties to be indigenous Ex Parte Crow Dog]]></description><link>engl-uw/essay-3/sources/sources.html</link><guid isPermaLink="false">ENGL UW/Essay 3/Sources/Sources.md</guid><pubDate>Wed, 26 Nov 2025 19:15:44 GMT</pubDate></item><item><title><![CDATA[Questions for Conference E3]]></title><description><![CDATA[ How to walk the line between generalization and not using voice I don't use my voice enough (contributions to the conversations)
Tend to generalize, how to argue a point without citing everything Direction (Based on think but prove) Put yourself in Be more specific on claim Talk about why testimonies We don't know their problems Stakes Ask why? Put in essay Different ways that Navajo Nation govern themselves (different views of justice) NYPD Prove importance ]]></description><link>engl-uw/essay-3/questions-for-conference-e3.html</link><guid isPermaLink="false">ENGL UW/Essay 3/Questions for Conference E3.md</guid><pubDate>Thu, 13 Nov 2025 18:28:16 GMT</pubDate></item><item><title><![CDATA[Direction for Essay Three]]></title><description><![CDATA[Scholarly Problem:
Tribal Courts field their power from the federal government, while recognizing sovereignty federal courts do not allow tribal courts to practice sovereignty
Project:
Primary Sources Court Cases
Testimony
News Paper
Interviews Secondary Sources Articles Object of Analysis
Strate v. A-1 (Outside)
Montana v. United States (Outside)
How the Judicial System Changed for Tribes within the Navajo Nation In Modern Times Pathways
Courts
Government Structure
Information
Send email
Interview
EBSCO
]]></description><link>engl-uw/essay-3/direction-for-essay-three.html</link><guid isPermaLink="false">ENGL UW/Essay 3/Direction for Essay Three.md</guid><pubDate>Thu, 13 Nov 2025 18:16:47 GMT</pubDate></item><item><title><![CDATA[Coherence Excercises]]></title><description><![CDATA[Vegetation covers the earth [sic]. Plants grow most richly in fertilized plans and river valleys, but also grow at the edge of perpetual snow in high mountains. They grow at the edge of the ocean, in and around lakes, and swamps. They grow on the sidewalks of bustling streets as well as around barren cliffs. Vegetation has inhabited the earth long before humans existed and will inhabit the earth long after we are gone.In this essay, I will navigate the development and changes in tribal courts in the Navajo nation throughout modern times. More specifically, how the jurisdiction of these tribal courts grows and diminishes in regard to the relationship between the US government and tribal nations. To accomplish this, I will compare firsthand accounts from newspapers, testimonies, and journals, along with examinations into relevant ruling on court cases that deal with this issue. I will view these US court cases as external events, because rulings from these courts cases often fail to argue effective on the side of tribal courts. Instead, I will use reactions and testimony to these court cases to analyze the change within tribal courts.To understand the modern changes in tribal courts, first we must understand its foundation and its history under the context of indigenous autonomy within the United States. Before Tribal courts, different indigenous populations made use of different systems to handle disputes among their people. Within the Navajo tribes, there exists hozhoji' naat'aah, or roughly, peace leaders (Need to specify). These leaders are often chosen by the community for their wisdom and spirituality and will facilitate sessions where disputing parties communicate with each other and work out a compromise in what is known as meditative counseling (Yazzie). Courts that resemble western courts were introduced in around the 1880’s and primarily acted to “[further] the values and customs of the BIA, not tribes” (Wild 1609).&nbsp; These courts were implemented during the encampment of the Navajo people and targeted Navajo for. However, this system of oppression was later turned into a way to practice autonomy. Tribal courts in the modern sense were established in 1991 after a reorganization of the old tribal government into a tree branched government. This reorganization was primarily made in the image of the US government. (Navajo Nation). These courts enforce tribal code and other disputes between indigenous and non-indigenous persons on native land.]]></description><link>engl-uw/coherence-excercises.html</link><guid isPermaLink="false">ENGL UW/Coherence Excercises.md</guid><pubDate>Mon, 10 Nov 2025 17:50:07 GMT</pubDate></item><item><title><![CDATA[Indigenous Interruptions]]></title><link>engl-uw/essay-3/sources/indigenous-interruptions.html</link><guid isPermaLink="false">ENGL UW/Essay 3/Sources/Indigenous Interruptions.pdf</guid><pubDate>Mon, 10 Nov 2025 04:39:54 GMT</pubDate></item><item><title><![CDATA[The Road Ends Here Private Enterprise, Tribal Sovereignty, and the Making of the Modern]]></title><link>engl-uw/essay-3/sources/the-road-ends-here-private-enterprise,-tribal-sovereignty,-and-the-making-of-the-modern.html</link><guid isPermaLink="false">ENGL UW/Essay 3/Sources/The Road Ends Here Private Enterprise, Tribal Sovereignty, and the Making of the Modern.pdf</guid><pubDate>Mon, 10 Nov 2025 04:39:54 GMT</pubDate></item><item><title><![CDATA[TRIBAL COURTS AND THE ADMINISTRATION]]></title><link>engl-uw/essay-3/sources/tribal-courts-and-the-administration.html</link><guid isPermaLink="false">ENGL UW/Essay 3/Sources/TRIBAL COURTS AND THE ADMINISTRATION.pdf</guid><pubDate>Mon, 10 Nov 2025 04:39:54 GMT</pubDate></item><item><title><![CDATA[Tribal Consultation Toward]]></title><link>engl-uw/essay-3/sources/tribal-consultation-toward.html</link><guid isPermaLink="false">ENGL UW/Essay 3/Sources/Tribal Consultation Toward.pdf</guid><pubDate>Mon, 10 Nov 2025 04:39:54 GMT</pubDate></item><item><title><![CDATA[Notes for Essay Three]]></title><description><![CDATA[Can pick aspects of colonialism
Language
Space
Government
Law
Can pick different different cultures
Time, Space, PlaceAdjustments based on searches
Meet with research librarian
Seed Text, Formula
Ask prof
Run claim back
US South West Effects of Law on Native Law
Might be too big
Lexus Nexus
Case Law
Newspaper, Tribal Publications
Scholarly problem will need more context (Find Disconnect)
Event with Legal State v Federation
Send Email to Navajo Claim will result from scholarly problem
Have a couple different idea
Start Searches
Meet with Librarian
Find Context
Go to office hoursFind conflict within Tribal Nation
Unpack Struggle
Claim
Normal to write on primary and secondary sources
Can not be equivalent
Continue as normal Purpose Object Tribal governments in the American southwest, Especially the governmental structure and culture around governance Method Seeing how the structure changes through court cases and first hand account (news papers) Stakes ]]></description><link>engl-uw/essay-3/notes-for-essay-three.html</link><guid isPermaLink="false">ENGL UW/Essay 3/Notes for Essay Three.md</guid><pubDate>Mon, 10 Nov 2025 02:58:29 GMT</pubDate></item><item><title><![CDATA[Oct 27]]></title><description><![CDATA[John Torfanelli
<a data-tooltip-position="top" aria-label="mailto:jt628@columbia.edu" rel="noopener nofollow" class="external-link is-unresolved" href="mailto:jt628@columbia.edu" target="_self">jt628@columbia.edu</a>Workshops are open to all studentsDirectory of all librarians can be found in on the webpageArticles can be found by looking up a term in google scholar
Articles that cite a particular source can also be found by clicking on the "Cited by" linkA Cultural History of Association Football in Scotland, 1865-1902 : Understanding Sports As a Way of Understanding Society
research.ebsco.com/linkprocessor/plink?id=0b98007e-474e-3fbe-bcb8-4689e826d869.Global games: culture, political economy and sport in the globalised world of the 21st century<br>
<a rel="noopener nofollow" class="external-link is-unresolved" href="https://doi.org/10.1080/014365904200281302" target="_self">https://doi.org/10.1080/014365904200281302</a>Cultivating kinship and refusal in Indigenous diaspora.<br>
<a rel="noopener nofollow" class="external-link is-unresolved" href="https://doi.org/10.1080/15595692.2024.2337940" target="_self">https://doi.org/10.1080/15595692.2024.2337940</a>“Little Kingdoms”: Administrative Authority, Security, and Sovereignty Co-Optation in Indian Country<br>
<a rel="noopener nofollow" class="external-link is-unresolved" href="https://ezproxy.cul.columbia.edu/login?url=https://www.proquest.com/dissertations-theses/little-kingdoms-administrative-authority-security/docview/3232674911/se-2?accountid=10226" target="_self">https://ezproxy.cul.columbia.edu/login?url=https://www.proquest.com/dissertations-theses/little-kingdoms-administrative-authority-security/docview/3232674911/se-2?accountid=10226</a>Neither Settler nor Native<br>
<a rel="noopener nofollow" class="external-link is-unresolved" href="https://doi.org/10.4159/9780674249998" target="_self">https://doi.org/10.4159/9780674249998</a>]]></description><link>engl-uw/oct-27.html</link><guid isPermaLink="false">ENGL UW/Oct 27.md</guid><pubDate>Mon, 27 Oct 2025 16:50:28 GMT</pubDate></item><item><title><![CDATA[Oct 21]]></title><description><![CDATA[ Male Gaze, affect See women as sex object or more complex How to explore Vermeer's What could they represent
What are the ideas in the art Deeper than the subject How do they appear How contribute Points of Convergence
Explain the actions and details
Secondary to Primary Can be inverse Affect theory Revisit Claim Create SP
Use Details and Secondaries to build up Given all art is political What is the painter arguing
Use sources Help see (lens) Religion (projection) Subclaim Context of the movement Astro Agency Don't simplify too much How sources would respond to analysis Is empowerment adhering to the definition of beauty set by society?
Can beauty be separated from its political context?
(a) Vermeer's use of beauty Restrictive
Hint at the claim (b) Beauty is political (b.1) Desirability (b.2) Objectification of marginalization Srinivasan (b.3?) Attunement Theory Ahmed "Social Club" (c) Therefore Empowerment is political? (c.1) Srinivasan's Empowerment Empowerment adheres to society's definition Vermeer's Smiling Lady Ahmed? (d) Can "Pure" beauty exists (d.1) Example of nature
(d.2) Vermeer's Milkmaid Pure beauty
Srinivasan? (e) Vermeer's beauty can be separated? (e.1) Intention vs Realization
(e.2) Abstraction of women Vermeer's Glass of Wine Agency (church) (f) Is empowerment political (f.1) Srinivasan 'I became'
(f.2) Vermeer's Sleeping Lady Srinivasan's trust in empowerment
Is Agency restrictive? <img alt="Pasted image 20251021135449.png" src="engl-uw/oct-21/pasted-image-20251021135449.png" target="_self"><br><img alt="Pasted image 20251021135503.png" src="engl-uw/oct-21/pasted-image-20251021135503.png" target="_self">Could represent the churchFully casted onto the woman
But half casted on the man<br>
<img alt="Pasted image 20251021135552.png" src="engl-uw/oct-21/pasted-image-20251021135552.png" target="_self">]]></description><link>engl-uw/oct-21.html</link><guid isPermaLink="false">ENGL UW/Oct 21.md</guid><pubDate>Tue, 21 Oct 2025 20:33:21 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Pasted image 20251021135552]]></title><description><![CDATA[<img src="engl-uw/oct-21/pasted-image-20251021135552.png" target="_self">]]></description><link>engl-uw/oct-21/pasted-image-20251021135552.html</link><guid isPermaLink="false">ENGL UW/Oct 21/Pasted image 20251021135552.png</guid><pubDate>Tue, 21 Oct 2025 17:55:52 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Pasted image 20251021135503]]></title><description><![CDATA[<img src="engl-uw/oct-21/pasted-image-20251021135503.png" target="_self">]]></description><link>engl-uw/oct-21/pasted-image-20251021135503.html</link><guid isPermaLink="false">ENGL UW/Oct 21/Pasted image 20251021135503.png</guid><pubDate>Tue, 21 Oct 2025 17:55:03 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Pasted image 20251021135449]]></title><description><![CDATA[<img src="engl-uw/oct-21/pasted-image-20251021135449.png" target="_self">]]></description><link>engl-uw/oct-21/pasted-image-20251021135449.html</link><guid isPermaLink="false">ENGL UW/Oct 21/Pasted image 20251021135449.png</guid><pubDate>Tue, 21 Oct 2025 17:54:49 GMT</pubDate><enclosure url="." length="0" type="false"/><content:encoded>&lt;figure&gt;&lt;img src="."&gt;&lt;/figure&gt;</content:encoded></item><item><title><![CDATA[Sep 23]]></title><description><![CDATA[ Structures are okay (1) Define "completely different scene" "Set up" the passage Introduce the passage
Get into the passage later Introduce Howard in Intro Difference between experience at Howard and Street In this paper ___ placeholder ]]></description><link>engl-uw/sep-23.html</link><guid isPermaLink="false">ENGL UW/Sep 23.md</guid><pubDate>Tue, 23 Sep 2025 21:52:26 GMT</pubDate></item></channel></rss>