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 --- 45/CH12/EX12.13/example_12_13.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 45/CH12/EX12.13/example_12_13.sce (limited to '45/CH12/EX12.13') diff --git a/45/CH12/EX12.13/example_12_13.sce b/45/CH12/EX12.13/example_12_13.sce new file mode 100755 index 000000000..1e1ae4da2 --- /dev/null +++ b/45/CH12/EX12.13/example_12_13.sce @@ -0,0 +1,6 @@ +//Example 12.13 +clc +clear +quat_err = 1/1024 *100 ; +disp("If the analog portion to be constructed ti an accuracy of 0.1") +printf("\nThe overall accuracy is in percentage = %f",0.1 + quat_err) -- cgit