You are on page 1of 3

Solve[{in1 + inc + incc 0, in1 inb + in2, in2 + incc + ine 0,

resuelve

vbe vce + vbc, 6 - 47 * ine - vce - 100 * inc 0, vbe + 47 * ine - 1900 * in2 0,
100 * inc - vbc - 4400 * in1 0, inc 220 * inb, vbe 0.7},
{in1, inc, incc, inb, in2, ine, vbc, vbe, vce}]
{{in1 0.000980947, inc 0.0208379, incc - 0.0218189, inb 0.0000947179,
in2 0.000886229, ine 0.0209327, vbc - 2.23237, vbe 0.7, vce 2.93237}}
0.020837934851981283 = inc
Set::setraw : Cannot assign to raw object 0.020837934851981283`.

inc
inc = 0.020837934851981283
0.0208379
gm = (inc) 0.026
0.801459
rpi = 220 * 0.026 (inc)
274.499
ro = 104 inc
4990.9
(* gm se mide en siemens mientras que rpi y ro se miden en ohmios *)
Solve1 rth 1 4400 + 1 1900, {rth}
resuelve

rth

83 600
63

rth = 83 600 63
83 600
63
rth
83 600
63
Solve1 raux 1 4990.897645987775 + 1 100, {raux}
resuelve
Solve::ratnz : Solve was unable to solve the system with inexact coefficients. The
answer was obtained by solving a corresponding exact system and numericizing the result.

{{raux 98.0357}}

Printed by Wolfram Mathematica Student Edition

Anlisis terico.nb

Solve1 requi 1 98.03570986977489 + 1 100, {requi}


resuelve
Solve::ratnz : Solve was unable to solve the system with inexact coefficients. The
answer was obtained by solving a corresponding exact system and numericizing the result.

{{requi 49.5041}}
Av = - 0.8014590327685108 * 49.50405658365433
- 39.6755
Solve1 ri 1

83 600

resuelve

63

+ 1 274.4993705293276, {ri}

Solve::ratnz : Solve was unable to solve the system with inexact coefficients. The
answer was obtained by solving a corresponding exact system and numericizing the result.

{{ri 227.449}}

Solve1 rogrande 1 100 + 1 4990.897645987775, {rogrande}


resuelve
Solve::ratnz : Solve was unable to solve the system with inexact coefficients. The
answer was obtained by solving a corresponding exact system and numericizing the result.

{{rogrande 98.0357}}
In[1]:=

(* A continuacin se muestran las variables obtenidas a travs de Winspice:


ib=9.903960e-05
ic=2.048250e-02
ie=2.058154e-02
vbc=4.321900
vbe=2.048250e00
vce=-2.27365e00
gm=0.7877884615
rpi=279.2627853
ro=5077.50518*)
Avsimulado = - 0.7877884615 * 49.50405658365433

In[2]:=

- 38.998724574045994`
Solve1 risimulado 1
resuelve

Out[2]=

83 600
63

+ 1 279.2627853, {risimulado}

- 38.9987
Solve::ratnz : Solve was unable to solve the system with inexact coefficients. The
answer was obtained by solving a corresponding exact system and numericizing the result.

Out[3]=

{{risimulado 230.71}}

Printed by Wolfram Mathematica Student Edition

Anlisis terico.nb

In[4]:=

Solve1 rograndesimulado 1 100 + 1 5077.50518, {rograndesimulado}


resuelve
Solve::ratnz : Solve was unable to solve the system with inexact coefficients. The
answer was obtained by solving a corresponding exact system and numericizing the result.

Out[4]=

{{rograndesimulado 98.0686}}

Printed by Wolfram Mathematica Student Edition

You might also like