Git Product home page Git Product logo

snippet's Introduction

snippet

re-usable code, script, algorithm, diagram, equation, or text in plain text

snippet's People

Contributors

dudung avatar

Watchers

 avatar

snippet's Issues

kircchof 2 loops

      --> I1     I2 -->
  a     R1    b     R2    c
  +---/\/\/---+---/\/\/---+
  |           |           |
  |       I3  <           |
 ___ +     |  > R5       ___ +
  -  E1    v  <           -  E2
  |           <           |
  |           |           |
  +---/\/\/---+---/\/\/---+
  d     R3    e     R4    f

b & e:
$$\tag{1}
I_1 - I_2 - I_3 = 0
$$

a-b-e-d-a:
$$\tag{3}
\varepsilon_1 - I_1 R_1 - I_3 R_5 - I_1 R_3 = 0
$$

c-b-e-f-c:
$$\tag{4}
\varepsilon_2 + I_2 R_2 - I_3 R_5 + I_2 R_4 = 0
$$

a-b-c-f-e-d-a | (3) - (4):
$$\tag{5}
\begin{array}{rcl}
\varepsilon_1 - I_1 R_1 - I_2 R_2 &&\newline

  • \varepsilon_2 - I_2 R_4 - I_1 R_3 & = & 0
    \end{array}
    $$

(1) โ†’ (2):
$$\tag{6}
\begin{array}{rcl}
\varepsilon_1 \newline

  • (R_1+R_3+R_5) I_1 \newline
  • R_5 I_2 & = & 0
    \end{array}
    $$

(1) โ†’ (3):
$$\tag{7}
\begin{array}{rcl}
\varepsilon_2 \newline

  • R_5 I_1 \newline
  • (R_2+R_4+R_5) I_2 & = & 0
    \end{array}
    $$

$R_5$ (6) - $(R_1+R_3+R_5)$ (7):
$$\tag{8}
\begin{array}{c}
R_5 \varepsilon_1 - (R_1+R_3+R_5) \varepsilon_2 \newline
-(R_1+R_3+R_5)(R_2+R_4+R_5) I_2 \newline
+R_5^2 I_2 = 0
\end{array}
$$

$$\tag{9}
\begin{array}{c}
R_5 \varepsilon_1 - (R_1+R_3+R_5) \varepsilon_2 \newline
-[(R_1+R_3+R_4+R_4)R_5 \newline

  • (R_1+R_3)(R_2+R_4)] I_2 = 0
    \end{array}
    $$

$$\tag{10} I_2 = \frac{ R_5 \varepsilon_1 - (R_1+R_3+R_5) \varepsilon_2 }{ (R_1+R_3+R_4+R_4)R_5 + (R_1+R_3)(R_2+R_4) } $$

Draft 1

flowchart LR
  B --> I --> P --> O --> E
  B(("Begin"))
  I[/"x, y"/]
  P["z = f(x,y)"]
  O[/"z"/]
  E(("End"))
Loading

$$\tag{1} f(x,y) = x + y $$

$$\tag{2} f(x,y) = x - y $$

$$\tag{3} f(x,y) = xy $$

$$\tag{4} f(x,y) = \frac{x}{y} $$

$$\tag{5} f(x,y) = x^y $$

$$\tag{6} f(x,y) = \sqrt[y]{x} $$

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.