From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 671/CH12/EX12.5/12_5.sce | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 671/CH12/EX12.5/12_5.sce (limited to '671/CH12/EX12.5') diff --git a/671/CH12/EX12.5/12_5.sce b/671/CH12/EX12.5/12_5.sce new file mode 100755 index 000000000..48048106a --- /dev/null +++ b/671/CH12/EX12.5/12_5.sce @@ -0,0 +1,21 @@ + +ns=750 +R2=0.5 +X2=5 +smaxT=R2/X2 +n=(1-smaxT)*ns +disp(n) + +k=R2/X2 +Tmax_by_Tstart=(1+k*k)/2/k +disp(Tmax_by_Tstart) + +p=poly([1,-4,1],"k","coeff") +w=roots(p) +R2=w*5 +R2ext=R2-0.5 + +R2total=18.66 +smaxT=R2total/X2 +R2ext=R2ext(2) +disp(R2ext) -- cgit