Anda di halaman 1dari 3

2.2.

20 No 55

In[1]:= Solve[{i1 + i3 == i6, i2 + i5 == i1, i2 + i4 == i6, emf − i1R1 − i2R2 == 0, −i1R1 −


i5R5 + i3R3 == 0, −i2R2 + i4R4 + i5R5 == 0}, {i1, i2, i3, i4, i5, i6}]//Simplify%/. {emf →
12𝑉, R1 → 2. 𝛺, R2 → 4. 𝛺, R3 → 6. 𝛺, R4 → 2. 𝛺, R5 → 3. 𝛺}/. 𝑉⁄𝛺 → 𝐴

Out[1]:= {{i1 -> 2.57143 A, i2 -> 1.71429 A, i3 -> 1.28571 A, i4 -> 2.14286 A,
i5 -> 0.857143 A,
i6 -> 3.85714 A}}])[{{i1 -> (emf (R2 R3 + R3 R4 + R3 R5 +
R4 R5))/(R1 R2 R3 + R1 R2 R4 + R1 R3 R4 + R2 R3 R4 +
R1 R3 R5 + R2 R3 R5 + R1 R4 R5 + R2 R4 R5),
i2 -> (emf (R1 R4 + R3 R4 + R3 R5 + R4 R5))/(R1 R2 R3 + R1 R2 R4 +
R1 R3 R4 + R2 R3 R4 + R1 R3 R5 + R2 R3 R5 + R1 R4 R5 +
R2 R4 R5),
i3 -> (emf (R1 R2 + R1 R4 + R1 R5 + R2 R5))/(R1 R2 R3 + R1 R2 R4 +
R1 R3 R4 + R2 R3 R4 + R1 R3 R5 + R2 R3 R5 + R1 R4 R5 +
R2 R4 R5),
i4 -> (emf (R1 R2 + R2 R3 + R1 R5 + R2 R5))/(R1 R2 R3 + R1 R2 R4 +
R1 R3 R4 + R2 R3 R4 + R1 R3 R5 + R2 R3 R5 + R1 R4 R5 +
R2 R4 R5),
i5 -> (emf (R2 R3 - R1 R4))/(R1 R2 R3 + R1 R2 R4 + R1 R3 R4 +
R2 R3 R4 + R1 R3 R5 + R2 R3 R5 + R1 R4 R5 + R2 R4 R5),
i6 -> (emf (R1 R2 + R2 R3 + R1 R4 + R3 R4 + R1 R5 + R2 R5 + R3 R5 +
R4 R5))/(R1 R2 R3 + R1 R2 R4 + R1 R3 R4 + R2 R3 R4 +
R1 R3 R5 + R2 R3 R5 + R1 R4 R5 + R2 R4 R5)}}]

3.5.4 N0 7

In[1]:=coord1 = Flatten[Table[{i, j, k}, {i, 0, 1}, {j, 0, 1}, {k, 0, 1}], 2];

coord2 = {{0, 1/2, 1/2}, {1, 1/2, 1/2}, {1/2, 0, 1/2}, {1/2, 1, 1/

2}, {1/2, 1/2, 0}, {1/2, 1/2, 1}};


fcc = Graphics3D[{{Red, Specularity[White, 4],

Sphere[#, 0.04] & /@ Join[coord1, coord2]}, Thickness[0.003],

Line /@ Partition[coord2, 2],

Line /@ Select[

Flatten[Table[{coord1[[i]], coord1[[j]]}, {i, 1, 8}, {j, i + 1,

8}], 1] ((#[[1, 1]] - #[[2, 1]])^2 + (#[[1, 2]] - #[[2,

2]])^2 + (#[[1, 3]] - #[[2, 3]])^2) === 1 &]},

PlotRange -> {{-0.05, 1.05}, {-0.05, 1.05}, {-0.05, 1.05}},

ViewPoint -> {1.901, -2572, 1.104}, Boxed -> False,

Background -> Lighter[Blue, 0.25],

Lighting -> {{"Ambient", Red}, {"Point",

Orange, {0, -2, 0}}, {"Point", Darker[Yellow], {0, 2, 0}}}]

Out[1]: =
3.4.6 No 11

1+𝑥 2
a. In[1]: 𝑉[x ]: = − 8+𝑥 4

Plot[𝑉[𝑥], {𝑥, −10,10}, AxesLabel → {"x(a)", "V("V0 ")"}]


V V0
Out[1]:
xa
10 5 5 10

0.05

0.10

0.15

0.20

0.25

b. In[2]: 𝐹 = −𝜕𝑥 𝑉[𝑥]//Together


Plot[𝐹, {𝑥, −10,10}, AxesLabel → {"x(a)", "F("V0 "/a)"}]
2(−8𝑥+2𝑥 3 +𝑥 5 )
Out[2]: − (8+𝑥 4 )2
F V0 a
0.15

0.10

0.05

xa
10 5 5 10

0.05

0.10

0.15

Anda mungkin juga menyukai