summaryrefslogtreecommitdiff
path: root/147/CH1/EX1.15/Example1_15.sce
blob: 3c752ea450f0c33483d4dd2928ec33c33a74e7cd (plain)
1
2
3
4
5
6
7
8
9
close();
clear;
clc;
exec 'symbolic.sce'
syms R1 R2 R3 I
V1 = I*R1;
V2 = I*R2;
V3 = I*R3;
V = V1 + V2 + V3;