Skip to content

KZHU.ai 馃殌

Into the Unknown

Menu
  • 馃搱 Discrete Optimization
    • Mathematics
    • Computer Science
    • Cryptography
    • C++
  • 鈿涳笍 Quantum Computing
    • Physics
    • Blockchain
  • 馃 Machine Learning
    • TensorFlow
    • Python
  • 馃洶 Data Science
    • Statistics
    • Matlab
  • 馃對 Hybrid Cloud
    • Kubernetes
    • Golang
    • Web
  • 馃搱 Business
    • MBA @ Gies
    • Six Sigma
  • 馃彟 Finance
    • Law
    • Economics
Menu

Category: Quick Recap

Gradient and Hessian

Non-Linear Programming: Gradient Descent and Newton’s Method

Posted on December 30, 2021June 5, 2023 by keslerzhu

Non-Linear Programs When visualizing a linear program, its feasible region looks like a polygon. Because the objective function is also linear, the optimal solution is on the boundary or corner of the region. But a non-linear program is quite different, its feasible region may be in any shape, moreover the optimal solution may not exist…

Read more
Electron spin, Sequential Stern-Gerlach Experiments, Bra-ket, matrix, function representations

Stern-Gerlach Experiments & Dirac Bra-ket Notation

Posted on December 28, 2021October 19, 2022 by keslerzhu

Electron Spin Electron has intrinsic angular momentum called spin that is not associated with its orbital motion. And just like orbital angular momentum, spin angular momentum produces magnetic moment. Therefore electrons interact with magnetic field through both orbital and spin angular momentum. The electron is not actually spinning, electron produces angular momentum as if it…

Read more
Newton's second law, Light clock, Time dilation

Special Relativity: Space and Time

Posted on December 24, 2021November 2, 2022 by keslerzhu

For hundreds years, space and time were absolute in the concept of Newton, they are something that can not be changed. Since a hundred years ago, we understood special relativity, space and time were put together – one object that can transform to each other. Further, we have general relativity that space and time are not…

Read more
Finite potential well

Quantum Mechanics: 1-Dimensional Finite Potential Problems

Posted on December 22, 2021October 19, 2022 by keslerzhu

Finite Potential Well Finite potential well problem is more realistic compared to the infinite potential well. It is specified by this potential profile V(z). If the energy of the electron E is greater than the well depth V0, the electron can escape the potential well and then can free to move around. The case where…

Read more
Time-independent Schr枚dinger equation

Time-Independent Schr枚dinger Equation

Posted on December 19, 2021October 19, 2022 by keslerzhu

Wave-particle Duality The double-slit experiments show us: particle source P1 : probability pattern when slit 1 is openP2 : probability pattern when slit 2 is openP12 = P1 + P2 : probability when both slits are open wave source (intensity of wave I is defined by its amplitude a)I1 = |a1|2 : when slit 1…

Read more
Gradient theorem, Conservative vector fields

Vector Calculus: Fundamental Theorems

Posted on December 15, 2021October 19, 2022 by keslerzhu

Gradient Theorem The fundamental theorem of single variable calculus was the one that told you “the integral of the derivative of a function is just going to be the function itself.” The gradient theorem is a generalization of the fundamental theorem of calculus to vector calculus, i.e. calculus of several variables. Suppose a scalar field 蠁, we could use…

Read more
Line integrals of scalar fields, Line integral of vector fields

Line and Surface Integrals

Posted on December 13, 2021November 10, 2022 by keslerzhu

Line Integrals Scalar Fields We have a curve C in the x-y plane, we can represent a point on this curve then by a vector r. To do a line integral, we break the curve into small pieces ds, you have a small element of length ds and a value of f on that element, we multiply…

Read more
Fourier series

The Diffusion Equation of a Dye

Posted on December 9, 2021October 20, 2022 by keslerzhu

Fourier Series Sometimes complicated motions can actually be composed of motions of many different frequencies. The type of mathematical analysis that’s useful is called Fourier series. Fourier series is a way of representing a function – an infinite series of cosine and sines. You can view these as a linear superposition of waves of various frequencies. We use orthogonality…

Read more
System of linear first order ODEs, Distinct real eigenvalues

Systems of Differential Equations

Posted on December 6, 2021October 22, 2022 by keslerzhu

Systems of Homogeneous Linear First-order ODEs The system of linear first order homogeneous equations can be written in matrix form. To solve it we’re going to use An ansatz X(t) = V e位t . We’re going to look for solutions of the ansatz. The principle of superposition. When we find solutions of the ansatz, we’ll multiply…

Read more
Double triple integrals, Polar coordinates

Polar, Cylindrical, Spherical Coordinates

Posted on December 4, 2021November 14, 2022 by keslerzhu

Multidimensional Integration In Vector Calculus, we have to worry about integrating over two or three variables: double integrals or triple integrals. Double integral can be interpreted as a volume, like a single integral is the area under the curve. When the limits don’t depend on any variable, and we could do integrals separately. Polar coordinates Polar coordinates…

Read more

Branch-and-Bound & Heuristic Algorithms

Posted on December 2, 2021June 5, 2023 by keslerzhu

In some cases, variables must take integer values, or binary values. Formulating and solving the models with integer variables is integer programming. There are mainly 2 methods to solve it: The branch-and-bound algorithm finds an optimal solution for an integer program. Essentially, it decomposes the integer program into multiple linear programs, then solves all of…

Read more
Laplace transform

Laplace Transform and Series Solution Method

Posted on December 1, 2021October 19, 2022 by keslerzhu

Laplace transform Laplace transform is a technique for solving differential equations. By using the Laplace transform you can convert a differential equation into another space where the equation is easier to solve. Laplace transform is a linear transformation and it is invertible. The strength of the Laplace transform technique, is to solve the differential equations where you…

Read more
Partial derivatives, Least squares, Chain rule, Triple product rule

From Partial Derivatives to Maxwell’s Equations

Posted on November 29, 2021October 22, 2022 by keslerzhu

Partial derivatives Partial derivative is to differentiate functions of multiple variables. Assume a function f = f(x, y), you are differentiating f with respect x, that is the usual definition of a derivative of a function of one variable, but y is held constant. There is something called mix partial. It does not depend on…

Read more

Logic for Economists

Posted on November 27, 2021October 20, 2022 by keslerzhu

Propositional Logic A proposition (often denoted by capital letters P, Q, etc) is a statement, that can be either true or false. Its negation 卢P is obtained by prepending “it is not true that …” to P. If you negate twice, you get P back again: 卢(卢P) = P . Two propositions are equivalent P…

Read more
Inhomogeneous linear differential equations. Exponential functions. Sine or Cosine (Part A).

Inhomogeneous Linear Differential Equations

Posted on November 24, 2021October 19, 2022 by keslerzhu

The general form of inhomogenous linear differential equations is: We need 2 initial conditions x(0) = x0, x'(0) = u0 to have a unique solution, there is a 3-step method to solve it: Solve the homogeneous equation, where g(t) = 0, to find the general solution to the homogeneous equation:xh(t) = C1 x1(t) + C2…

Read more

Posts pagination

  • Previous
  • 1
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 16
  • Next

American Contract Law I Andrew Ng Anna Koop Brenda Gunderson Christopher Millard Computer Communications Specialization Cryptography Economics of Money and Banking Evgenii Vashukevich Garud Iyengar Ivan Vybornyi Jeffrey Chasnov John Daily Jonathan Katz Kevin Webster Ling-Chieh Kung Machine Learning: Algorithms in the Real World Martin Haugh Mathematics for Engineers Specialization Matthew Hutchens Michael Donohoe Michael Fricke Microsoft Azure Fundamentals AZ-900 Exam Prep Specialization Operations Research (3): Theory Perry Mehrling Petro Lisowsky Physical Basics of Quantum Computing Practical Reinforcement Learning Rebekah May Search Engine Optimization (SEO) Specialization Sergey Sysoev Statistical Thermodynamics Specialization Statistics with Python Specialization Taxation of Business Entities I: Corporations TensorFlow 2 for Deep Learning Specialization U.S. Federal Taxation Specialization Wounjhang Park Xiaobo Zhou Yi Wang 小褘褋芯械胁 小械褉谐械泄 小械褉谐械械胁懈褔

Subscribe to our newsletter!

© 2025 KZHU.ai 馃殌 | Powered by Superbs Personal Blog theme

Privacy Policy - Terms and Conditions