مقدمة. Matlab. ! ا%$#"ام (Command Window) (M-File) ا (Functions) ا (Scripts)

Size: px
Start display at page:

Download "مقدمة. Matlab. ! ا%$#"ام (Command Window) (M-File) ا (Functions) ا (Scripts)"

Transcription

1 د آ ام ات

2 مقدمة Matlab (M-File)! ا%$#"ام (Command Window) ا ا (Functions) ا (Scripts) ٢

3 ٣

4 البرامج النصية Scripts ( Scripts ) آ Blank M-file < اNew7 < File ا 3 453ا : 9 ة ا 4 ;ر.Editor اآ$> % ا$ 4 ت..Save ا 7 < File 3@ A 453ا ا<!=?4ا ( D آ$ ا%?4ا : : 9 ة Cا 9!@ (B4 ا 7 وا.Command Windows ا 7 H type 9!@ D ( (B4 ض G$; ا% ا4?. (١ (٢ (٣ (٤ (٥ ٤

5 البرامج النصية Scripts $#ا! ب ل( ١ ): %This Program calculates the area of a rectangle %First the length & width is assigned length_rect=6 width_rect=2 % The area is calculated based on the length &width area= length_rect* width_rect ا' ا:ول $98 +(/7 و 56 ا'& +&#أ آ $98 ';% +*(م ا'& %ب,')- ٦ و,/ ٢ و-& ه 2! ا'*. ٥

6 البرامج النصية Scripts ل( ٢ ): #$9+ ا'& ا' 8 '% '#< وا'@ج %This Program calculates the area of a rectangle %First the length & width is assigned length_rect = input( Enter the length of rectangle: ) width_rect= input( Enter the width of rectangle: ) % The area is calculated based on the length &width area= length_rect* width_rect; ا' C ' input +$ض ا' A ا K &س. : ) is disp( the area of rectangle I H ا' G ( disp(area) M>#C ا' ا'* G H+;@+ L ا' N ا' G %(ل ا' P)G (د $ض و C, disp +*(م ا' A Q +ر ا' G واة. C (اء آن %(ل أو F. ٦

7 البرامج النصية Scripts ل( ٣ ): #$9+ ا'& ا' 8 '% 8U ا'@ج %This Program calculates the area of a rectangle %First the length & width is assigned length_rect = input( Enter the length of rectangle: ) width_rect= input( Enter the width of rectangle: ) % The area is calculated based on the length &width area= length_rect* width_rect; fprintf( the area of rectangle is : % f \n, area) A/) 9 #ل %f Q ا'( VC و(,. +$ض ا' A fprintf ا' ا' N%G, و/ MUG ا'* ا'$#د+..#+#P 9 #ل \n Q ا W *ل ' ٧

8 البرامج النصية Scripts %#دات ا' A/)G ا:آ - وا : ا' QU$G أ "اد L;; أ "اد ا!L ا45 ;رف و<"ة :; N%O% ا'; %d %f %c %s ٨

9 البرامج النصية Scripts ل( ٤ ) +*(م ا'& ا'' %ب ا'* G ا'*+& ': %the approximate value of integral I f(x)=1/x^3, x belong to [1 3] %First the vectors are assigned a=1; b=3; x=[a b]; fprintf( % f \n, x) y=x.^(-3); fprintf( % f \n, y) I=(b-a)*(y(1)+y(2))/2; %the approximate value of integral I. fprintf( the approximate value of integral :% f \n, I) ٩

10 ١٠

11 البرامج النصية Scripts والرسوم البيانيةPlotting (١١ ٤٨) N G\ ا' A/)G ا'' ا'& +*(م ل( ٥ ) C %This is a really simple plot of just one point! %Create coordinate variables and plot a red star x=11; y=48; '(ن plot ا' G %ف * plot(x, y, 'r*').(١١ ٤٨) %Change the axes and label them axis([ ]) xlabel('time') xlabel ylabel('temperature') %Put a title on the plot title('time and Temp') +a ا' A ' G %ور. H+وU ylabel U (ان 'C. +C ا' A ا: G N ا' A/)G title axis +%#د ا' A ا'* Q ا' G %ور. +a ا' A ١١

12 البرامج النصية Scripts والرسوم البيانيةPlotting %#دات ا:'(ان: ا'(ن ا'; ا'(ن m أزرق b y أ ST اL7! g k أ< 4 ا 7 %د r c اV7 ان w ١٢

13 البرامج النصية Scripts والرسوم البيانيةPlotting %#دات ا'(ز: ا'$ I ا'; ا'$ I ا'; s دا 5 ة o 4 * ( d N!%X G$ W) 4 %"ا% v h ر G$ W) < %4T 4 p (4 G$ W) > + إ 0 رة 4ا A X G$ W) - إ 0 رة ا]ح ^ x Oا x [3. ١٣

14 البرامج النصية Scripts والرسوم البيانيةPlotting %#دات أ(اع (ع V [3$ [3$ 4$ ا'; --.- : - ١٤

15 البرامج النصية Scripts والرسوم البيانيةPlotting ل( ٦ ) +*(م ا'& ا'' C ٣ U%U ت x = 0:pi/100:2*pi; y1 = 2*cos(x); y2 = cos(x); y3 = 0.5*cos(x); plot(x,y1,'--',x,y2,'-',x,y3,':') xlabel('0 \leqx\leq2\pi') ylabel('cosine functions') title('typical example of multiple plots') ١٥

16 البرامج النصية Scripts والرسوم البيانيةPlotting 9 (ا A 5 #ة ' C (م ا'&: و 56, Figure Window N] آN ;$ت ا@: 9 ة %ا ^@ : 9 ة %ا Window Figure :ر_ : ا@: 9 ة Figure Window ;ا? 4ا 3ا % T ]ط BCا a 4 %ا ر[ (4 G ض ا :;4ا ا 44 رة 4) : 9 ة ا% و: 3 $> ا : ا@: 9 ة ا' A clf figure hold on hold off grid on grid off Legend ١٦

17 ١٧

18 المصفوفات Matrices ;"د rot90 $ "دي إذا آن إ: و%\ Te ا"د N ا4!: "ور ١٨٠ در "د ات ا"وران :4 4 ه 9 ا >>rot90(a,2) "ور 3 رب ا N :!4ا هN B4) C' وVC ذ' f HG+ >>rot90(a, -1) آ? B4) < 9 )!: U HG+ W و# 2 ف آ G (د أو آ 'H C 2 ف HG+ >>A(:,2)=[] >>A(3,:)=[] ١٨

19 المصفوفات Matrices 3 A = 1 1 $دWت > إ+\د GP ه N HO) 4 ا 4 دiت [#ا (B$ 3x 1 + 2x 2 x 3 = 10 -x 1 + 3x 2 + 2x 3 = 5 x 1 x 2 x 3 = x x = x x b = 5 1!ض: Ax=b أن :<$B (B4 95"@ ١٩

20 المصفوفات Matrices Ax=b A -1 Ax=A -1 b x=a -1 b :$ا ::! NB $دWت > إ+\د GP N> 4 ا 4 دiت [#ا %$#"ام 3 ب >> A = [ 3 2-1; ; ]; >> b = [ 10; 5; -1]; >> x = inv(a)*b x = MATLAB : C% C[ (B4 ٢٠

21 ٢١

22 الاختيار Selection 0 ط if ا'$&رة if ا'$&رة Cرات end 0 ط if else end Cرات( 1 ) Cرات( 2 ) if-else ٢٢

23 الاختيار Selection ا' i وط '& U ء %ج ذا ا'$ ji * ا' G $ Iت ا' QU$G ا' G $ ا' QU$G ا' G $ أآ& =< +وي أو أآ& > أlm => +وي أو أlm < W +وي == +وي ~= ا' UG * ا' G $ Iت ا' QU$G ا' G $ ا' QU$G ا' G $ أو أو L@ :!4ا && و & و L@ :!4ا!@ا ~ ٢٣

24 الاختيار Selection ا'* G '$#د+ H N G '25U ل( ١ ) اآ ا:وا ا' Iز ل آن ا' G *(م, W +وي ا' 5 x=input( x= ); y=input( y= ); if y~=0 div=x/y fprintf( %5.2f / %5.2f = % 5.2f \n, x,y,div) end ٢٤

25 الاختيار Selection ل( ٢ ) #$9+ ا' G ل ا' 8 %n Mo9 رC ' 9(/7 #م إ ا'* G إذا آن ا' G *(م, $#وم x=input( x= ); y=input( y= ); if y ~= 0 div = x/y fprintf( %5.2f / %5.2f = % 5.2f \n, x, y, div) else fprintf( the division has not been able \n ) end ٢٥

26 الحلقات Loops for ا'%* ا'$&رات اآ for ل 3ا = $;ل 3;ا Cرات end إ' Q ٥ H ا' Iز '%ب \ G (ع ا: #اد s=0; for i = 5 : 20 s = s + i ; end fprintf( The sum from 5 to 20 = %d\n,s) ل( ٣ ) ٢٠ ٢٦

27 0 ط while Cرات end while s=0; i=5; الحلقات Loops,N while ا'%* ا'%* وا ا' 8 ا' G ل #ل ل( ٤ ) while i<=20 s=s+i; end i=i+1; fprintf( The sum from 5 to 20 = %d\n,s) ٢٧

28 ٢٨

29 ) التوابع Functions Function M-file < ;ي \[#.$ا Function) آ A9 اNew7 < File ا 3 453ا mn : 9 ة ا 4 ;ر.Editor وه (١ ا% ا$ و%]ء ا#ج ا$و و%]ء NT"ا function[ output_args] = Untitled( input_args) %UNTITLED Summary of this function goes here % Detailed explanation goes here end m $ا $ا p و q! ا$ ٢٩

30 Functions عباوتلا تoI ل) آ A'ا Function) ( (١ < نأ نB %ا $ا هو r! %ا.?4ا (٢ C$ :إ $ا أ.ير$Tا (٣ ي; $ا 4 تارCا $ا <[ ( $ا.ه9!@ (٤ < نأ ي; $ا تارC ($ ء[%و ج#ا (٥ (B4 9!@ $ا ( D $آ G4%ا : ة9: او7ا Command Windows وأ (4? 4و ء[%ا (.(% ٢٦ ( )ا ٢٠١٢ ٣٠ ج 0ر.أ.ق

31 التوابع Functions 3 f(x)=x -1 ا' A %ب ا'' ا' A +*(م ل( ١ ) GK function [y ] = f( x ) %This function calculates the f(x)=x 3-1 y=x^3-1; end ٣١

32 التوابع Functions A9 HG+ آ ء دا< ا C # 9 A ($3D " (4 "$%i ء "$ 4ا A Tر $ا (ف Tرج ا4?) داT A "$ 4ا $ا (ف (4 r! (?4ا ٣٢

33 التابع الداخلي Internal Function ا' A +*(م ل( ٢ ) =x 0:2pi أ P H f(x)=sin(x) ا'' %ب ا' G\G (ع '(ا A function [sf ] = sumf( ) %This function calculates sum of sin(x) sf=0; x=0:pi/100:2*pi; for i=1:length(x) sf=sf+f(x(i)); end end function [y] = f( x ) y=sin(x); end اi % r! ($ ٣٣

34 التابع الخارجيFunction External <ر P ل( ٣ ) #$9+ ا' G ل ا' 8 '\$ ا' A function [sf ] = sumf( f ) %This function calculates sum of sin(x) sf=0; x=0:pi/100:2*pi; for i=1:length(x) sf=sf+feval(f,x(i)); end end sumf( sin ) "i A اi %$" ء ا#ر NB0 اi %$" ء ٣٤

35 رسم التوابع Drawing Functions HG/ 3 f(x)=x -1 ل( ٤ ) +*(م C ا' G \ل 10] [1 ا' A ا'' ا' A fplot('f ',[0,10], ':') axis([ ]) xlabel('0 \leq x \leq 10') ylabel('f(x)') title(' f(x)=x^3-1 ') ٣٥

36 ٣٦

37 طريقة نيوتن Newton Method H9) *+- G+ ا' 2 ي ا' A function newton(f,df,x0,tol,n) %number of iterance iter=0; %the first value of function u=feval(f,x0); %the first value of function s derivative v=feval(df,x0); %the first error value err=abs(u/v); disp(' ') disp(' iter x f(x) df(x) xn+1-xn ') disp(' ') fprintf('%2.0f %12.6f %12.6f %12.6f\n',iter,x0,u,v) while (err>tol)&(iter<=n)&(v~=0) x1=x0-u/v; err=abs(x1-x0); x0=x1; u=feval(f,x0); v=feval(df,x0); iter=iter+1; fprintf('%2.0f %12.6f %12.6f %12.6f %12.6f\n',iter,x0,u,v,err) end if (v==0) disp(' division by zero') end if (iter>n) disp(' Method failed to converge') end ٣٧

38 طريقة نيوتن Newton Method H9) *+- 8&9 ل Q f= 2x3 1 أو ف ا df = 6 x2 ف ا n و =10 و tol=1e-04 x0=0.5 ا د " newton را! ا >> newton('f','df',x0,tol,n) - أن! +ل ا&%$() ا' واا' &%$ة >> newton('f','df',0.5,1e-04,10) 1 ه :./ 0 12 iter x f(x) df(x) xn+1-xn ٣٨

39 طرق ا يجاد الجذورMethod Finding Root NB Dق ( 3D إد ا 9 ور <%@4ا اآ$> ا 4 ل.(ا! u ا 7 و A ) ا ا#D^. (ا! u ا() ا@ 3 ] ا($. (ا! u ا(() ا D3. (ا! u اا) u:) ("3ا."4ا ( ٤٠

۲۷۹۶ 0 "' ی " #! ۴۳ و م د ; < : ی"98! ی"#"!

۲۷۹۶ 0 ' ی  #! ۴۳ و م د ; < : ی98! ی#! *+, " ان ی" ت/ ر ل. د& ر/ ی/ ر 3 ی" ی" ق: یb نi ی: ی: ی: ره 0 ی/? ی 3 ۲۷۹۶ +* - د' #"! 6 آ (۱)4, 3 2 ا. -, & + ک& ) & ( % $ # ی ا 6 آ 4, / ) $ 2 & ) ر د آ ر د $ 2 ر د : 9-8 د > E < D 2 ا C د: B? > = A

More information

**!!!"ﻛﺗ ﺎﻣ 'ﺧ)*!+ﻣﻠﺳﻣﻟ/ ءﺎﻣ1 **! 1+3ﻣ!ﻣ 45 6)+ﺻﻧﻟ/ 9ﺎ:ﻧﻠﻟ 4"ﻘ+" ﺎ+)"ﺳ ﻰﻠﻋ )ﻣﺂﺗ+ 9ﻟﺎﻌﻟ/

**!!!ﻛﺗ ﺎﻣ 'ﺧ)*!+ﻣﻠﺳﻣﻟ/ ءﺎﻣ1 **! 1+3ﻣ!ﻣ 45 6)+ﺻﻧﻟ/ 9ﺎ:ﻧﻠﻟ 4ﻘ+ ﺎ+)ﺳ ﻰﻠﻋ )ﻣﺂﺗ+ 9ﻟﺎﻌﻟ/ ) على س"(+ا "+ق" 4 للن:ا 9 /لنص+( 6 45 م! م 1+3!** 1 ماء /لمسلم+! *(خ' ما تك"!!! ** ا&*($)! ا&%$"#"! ا&-,+! ا&%$"#"! /47% ا 45%*6 ى ا 012 /. /;:9! ا 45%*6 ي /*( 2 ت 7 :< أ@ 9 (ر واD! ا 1BC6 (ت @ F

More information

Rogue Counrty and Potential Cooperation: the United States and Sudan and Feasible Economic Partnership

Rogue Counrty and Potential Cooperation: the United States and Sudan and Feasible Economic Partnership Al-Neelain University From the SelectedWorks of Professor Issam A.W. Mohamed Spring April 18, 2009 Rogue Counrty and Potential Cooperation: the United States and Sudan and Feasible Economic Partnership

More information

UNIVERSITY OF CALICUT M.A. ARABIC (CCSS)

UNIVERSITY OF CALICUT M.A. ARABIC (CCSS) UNIVERSITY OF CALICUT M.A. ARABIC (CCSS) ENTRANCE EXAM MODEL QUESTION PAPER Time 2hrs Total Marks 100 I ارا نا : ١ دد ازوجاط A ارؤاس رثن رو B ا زدنو 25x2=50 C أ! ونن #س D ا%ء )'رترو ٢ نا+ل: "إذاا!ب وأراداة

More information

FAST! Tajweed Intensive Workshop! Rules of Noon Sakinah & Tanween Part 1

FAST! Tajweed Intensive Workshop! Rules of Noon Sakinah & Tanween Part 1 FAST! Tajweed Intensive Workshop! Rules of Noon Sakinah & Tanween Part 1 1 Rules of Noon Sakinah and Tanween (Idhaar and Iqlaab) 2 Identifying Noon Sakinah and Tanween Noon Sakinah: When the letter Noon

More information

قسم الفيزياء والرياضيات الهندسية الخطة البحثية للقسم فى خمس سنوات ٢٠١٤ ٢٠١٨

قسم الفيزياء والرياضيات الهندسية الخطة البحثية للقسم فى خمس سنوات ٢٠١٤ ٢٠١٨ بسم االله الرحمن الرحيم قسم الفيزياء و الخطة البحثية للقسم فى خمس سنوات ٢٠١٤ ٢٠١٨ رؤ ا : رؤ أن %ن # در! ا ا رس وا را 0 ت ا. وأن %+*ب ط)ب ا ; ا.: وا 9 ق ا 7 و 60 وأن %5 4!.ت ا ا? 0 A ى ا.. ر

More information

Unit 1: CD1 Track 08. [pause] Hello and welcome. [pause] Hello to you, talking to a female. [pause] [pause] M1 Good morning

Unit 1: CD1 Track 08. [pause] Hello and welcome. [pause] Hello to you, talking to a female. [pause] [pause] M1 Good morning ح/ ح/ ء/ ر 7 Mastering Arabic 1 Conversations and additional listening exercises: Audioscript This audioscript includes the full transcript of the Conversation panels in Mastering Arabic 1, as well as

More information

Mat. No The Organisational Culture and Organisational Loyalty, and Its Impact in Empowering the Workers in Anbar Governorate Health Sector

Mat. No The Organisational Culture and Organisational Loyalty, and Its Impact in Empowering the Workers in Anbar Governorate Health Sector ا ا ا University of St Clements Department of Management Science Mat. No. 18160 The Organisational Culture and Organisational Loyalty, and Its Impact in Empowering the Workers in Anbar Governorate Health

More information

ا اتا باز واارا. [ The relationship between the psychological needs of the IDPs students and academic achievement ]

ا اتا باز واارا. [ The relationship between the psychological needs of the IDPs students and academic achievement ] International Journal of Innovation and Applied Studies ISSN 2028324 Vol. 1 No. 3 Feb. 2017, pp. 68168 2017 Innovative Space of Scientific Research Journals http://www.ijias.issrjournals.org/ ا اتا باز

More information

DRAMA AND SHORT STORY

DRAMA AND SHORT STORY QUESTION BANK DRAMA AND SHORT STORY ا ا وات B.A (AFZALUL ULAMA), CU-CBCSS FIRST SEMESTER, (COMPLEMENTARY COURSE), (2015 Admission) UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION P.O. CALICUT UNIVERSITY

More information

Assessing the Viability of Investment in Sudan ( )

Assessing the Viability of Investment in Sudan ( ) Al-Neelain University From the SelectedWorks of Professor Issam A.W. Mohamed Summer May 8, 009 Assessing the Viability of Investment in Sudan (979-008) Professor Issam A.W. Mohamed Available at: https://works.bepress.com/issamawmohamed/73/

More information

3:00 م. The Way Station

3:00 م. The Way Station م& م& ةI ا& ء- ج% ر& ر- م# 2017 " 4 3 0 & 2 29 1 0 ا ) ر +, ا / 9:00 م 6:00 م 3:00 م 12:00 م! و ض" % د ا ر ا. 7 ض% Official Selection out of competition ا / 5 - + 6 7 ا 9 5 6 8 ا " 8 : 3 ; = < Fault Condition

More information

Register your product and get support at www.philips.com/welcome 6000 series Smart LED TV 42PFL6008 42PFL6158 42PFL61 8 42PFL61 8 42PFL6 8 47PFL6008 47PFL6158 47PFL6188 47PFL6198 47PFL6678 55PFL6008 55PFL6158

More information

Noon Sakinah and Tanween. Chapter 5

Noon Sakinah and Tanween. Chapter 5 Noon Sakinah and Tanween Chapter 5 Outline Definition of Noon Sakinah Definition of Tanween Al Idhar Al Idgham Al Qalb Al Ikhfa Definition of Noon Sakinah The ن does not have one of the three diacritical

More information

Micrometer Gravity in Sky

Micrometer Gravity in Sky Micrometer Gravity in Sky Dr. Qasem Exirifard آ#% دا 567 1234 ف,/دن,+ *(%)! و &%ر#"! ا*> &%ر#"! )% را د#;ن دا #%7! ;#%> د#;ن!(%)* %( را B"C4 *%زد. ;#%> د#;ن رو%?7 1FاI7 و )1

More information

Maghreb Review of Vol 03 - N 02 Economics and Management September تا 0 ةوا>- - CDوا&اع- اFGHا E

Maghreb Review of Vol 03 - N 02 Economics and Management September تا 0 ةوا>- - CDوا&اع- اFGHا E Economics and Management September 06 وال اأر رل- - +ا X رة 0 -/.ا-',- - ا 8 م 067 د وا م ا;ر:و ما 9 A @ا>? تا 0 ةوا>- - CDوا&اع- اFGHا E Sara.chouabbi@gmail.com أ.د.+*() '&ا%ن 0 -/.ا-',- - ا 8 م 067 د

More information

(CHAPTER 8) BASIC CONCEPTS

(CHAPTER 8) BASIC CONCEPTS (CHAPTER 8) BASIC CONCEPTS OF CHEMICAL BONDING Prof. Dr. Nizam M. El-Ashgar CHEMICAL BONDS, LEWIS SYMBOLS, AND THE OCTET RULE A chemical Bond: A Chemical Bond is a link between atoms or attaching two atoms

More information

א א א K א א א א א א א א א א א -١ -

א א א K א א א א א א א א א א א -١ - א א א א א א א א K א א א א א א عبدالرحمن بن يوسف شاهين א د. جويبر بن ماطر الثبيتي د. حمزة بن عبد االله عقيل א א א א א א א א ٢٠٠٣ ١٤٢٤-١ - א א א א W א K K א א א א אW א א א W א א W א א א א א א א K K١ K א

More information

Geology Qur an English Arabic Math

Geology Qur an English Arabic Math ١ Correlated to State Standards Hands on activities and crafts Fun geology projects Word for Word meanings of the Qur an Writing practice ٢ Cut out Arabic Cards Ages 6 & up! Geology Qur an English Arabic

More information

DESIGN AND CONSTRUCTION OF A WIND TUNNEL FOR ENVIRONMENTAL FLOW STUDIES

DESIGN AND CONSTRUCTION OF A WIND TUNNEL FOR ENVIRONMENTAL FLOW STUDIES Journal of Engineering Sciences, Assiut University, Vol. 38, No. 1, pp. 177-193, January 2010 DESIGN AND CONSTRUCTION OF A WIND TUNNEL FOR ENVIRONMENTAL FLOW STUDIES Hamoud A. Al-Nehari *, Ali K. Abdel-Rahman

More information

Chapter 2 Analysis of structures

Chapter 2 Analysis of structures Chapter 2 Analysis of structures زوشاخ ششح ذ اس ٠ ذ ح ا رذا اخ صاتمح عذ ٠ ذ ا اد أد ا رادح جا ا ع ا لع ١ ا زو س ٠ ال ذشض تأل ا ر ١ ز ا ط ك. Analysis of structures Considering: n = number of parts in the

More information

PDF !" ( 3 ) Word # $ %& '( ) ( *

PDF  ! ( 3 ) Word  # $ %& '( ) ( * PDF ( 3 ) CD Word 5 12 Times new roman ---- ). ( 308 85-86. ( ) ( MSTATC ). 10 8 6 ( ).. %1 6. 12 2 lotus : ( B ) :. 15 250 300 ( ) 3-5 :.... 14 2 lotus 2 lotus 14 12 Times New Roman 24 : 1.2 : 3 5 1 2

More information

Experimental Study of the Performance of Compound Parabolic Concentrating Solar Collector

Experimental Study of the Performance of Compound Parabolic Concentrating Solar Collector Al-Khwarizmi Engineering Journal,Vol. 12, No. 1, P.P. 15-25 (2016) Al-Khwarizmi Engineering Journal Experimental Study of the Performance of Compound Parabolic Concentrating Solar Collector Qussai Jihad

More information

Problem 1. Produce the linear and quadratic Taylor polynomials for the following functions:

Problem 1. Produce the linear and quadratic Taylor polynomials for the following functions: Problem. Produce the linear and quadratic Taylor polynomials for the following functions: (a) f(x) = e cos(x), a = (b) log( + e x ), a = The general formula for any Taylor Polynomial is as follows: (a)

More information

أq ا" ct8 ا" o >تا"! 2 JiS3 ا" 2 دي ctا WXYاV.لا" oة

أq ا ct8 ا o >تا! 2 JiS3 ا 2 دي ctا WXYاV.لا oة أq ا" ct8 ا" o >تا"! 2 JiS3 ا" 2 m@~ دي ctا WXYاV.لا" oة.(2014-1990) ر, ci." N!ور@ 32 :': f ;ت 3*Šو ~@ mدتا" oz~óct3 ح ~@ mديا"!$. N!ور@- اWXYاV bourahlikhaled_19@yahoo.fr رو Q ] N!ور@ 32 :': f ;ت 3*Šو

More information

Downloaded from pdmag.info at 18: on Friday March 22nd 2019

Downloaded from pdmag.info at 18: on Friday March 22nd 2019 2 (- ( ( )*+, )%.!"# $% &" :( ( 2 * -% 345 678-397.) /0 &" &2. ) ( B(

More information

ا اع ط د اد - ااق. [ Algae Spices list of Tigris River within Baghdad city Iraq ]

ا اع ط د اد - ااق. [ Algae Spices list of Tigris River within Baghdad city Iraq ] International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 15 No. 3 Apr. 2016, pp. 531-546 2016 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ ا اع

More information

Experimental and Theoretical Study for Performance Enhancement of Air Solar Collectors by Using Different Absorbers

Experimental and Theoretical Study for Performance Enhancement of Air Solar Collectors by Using Different Absorbers Al-Khwarizmi Engineering Journal,Vol. 12, No. 3, P.P. 110-120 (2016) Al-Khwarizmi Engineering Journal Experimental and Theoretical Study for Performance Enhancement of Air Solar Collectors by Using Different

More information

The Role of Second Legislative Council in the Jordanian legislative process

The Role of Second Legislative Council in the Jordanian legislative process The Role of Second Legislative Council in the Jordanian legislative process / 204 ب نموذج التفويض. ج قرار لجنة المناقشة " 204 //7 " د {ر ب أ و ز ع ن ي أ ن أ ش ك ر ن ع م ت ك ال ت ي أ ن ع م ت ع ل ي و ع ل

More information

Synthesis and Spectral Characterization of some Fused Pyrimidine Thiones

Synthesis and Spectral Characterization of some Fused Pyrimidine Thiones Abdulwahhab J. Al-Hamadany AbdulMajeed M. Dabbagh Wali M. Hamad Kosrat N. Kaka Synthesis and Spectral Characterization of some Fused Pyrimidine Thiones Abdulwahhab J. Al-Hamadany1 AbdulMajeed M. Dabbagh2

More information

P U N J A B EDUCATION FOUNDATION

P U N J A B EDUCATION FOUNDATION ظ ش ئ غ ئ ش ئ Academic Development Unit (ADU) Our Passion Quality Assurance in Education Class: 12 Pre-Eng. Roll No. GENDER Please tick one Male Female Total Time: 2 Hours Subject Total Marks: 100 Total

More information

Horizontal Alignment Design:

Horizontal Alignment Design: High way and Transportation II (Lab.) LCIV 404 Lecture Horizontal Alignment Design: ) Circular curve) شت م ان ح األفق عه ثالثح ع اصز رئ ض ح: -1 خظ يضتق ى line) ) Straight - ي ح دائزي - ي ح ا تقان ( curve

More information

GEOTECHNICAL SUBSOIL PROPERTIES FOR WASIT GOVERNORATE

GEOTECHNICAL SUBSOIL PROPERTIES FOR WASIT GOVERNORATE ; www.jead.org Vol. 20, No.02, March 2016 ISSN 1813-7822 EVALUATION OF GEOTECHNICAL SUBSOIL PROPERTIES FOR WASIT GOVERNORATE *Hadeel Majid Hussein Assist Lecturer, Civil Engineering Department, Al-Esra'a

More information

Investigation into Deformation Monitoring of Mosul Dam

Investigation into Deformation Monitoring of Mosul Dam Dr. Rasheed Saleem Abed Remote Sensing Center, University of Mosul/Mosul Email: rasheed@uomosul.edu.iq Received on: 10/2/2013 & Accepted on: 5/12/2013 ABSTRACT It is crucial to monitor the deformation

More information

Minorities and their Impact on the Stability of the. (Iraq s Kurds as an Example)

Minorities and their Impact on the Stability of the. (Iraq s Kurds as an Example) ( ) Minorities and their Impact on the Stability of the Nation-State (Iraq s Kurds as an Example) / / 2010-2009 / ب ج د ه و. : / : /.. / ز. ح - - 1 2 3 3 3 3 3 5 5 8 11 12 12 14 - - - - - - - - - - - :

More information

Physics. Grade 10 Advanced Level. Handling physical quantities

Physics. Grade 10 Advanced Level. Handling physical quantities Physics Grade 10 Advanced Level Handling physical quantities Contents UNIT 1: Handling physical quantities Core Standards... 3 Objectives 3 25.1 SI Units... 4 25.2 Accuracy and Precision... 10 25.4 Vector

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February-2016 1528 A comparative study of dose transmission factor of ADDIBOND 65 based material used for Am-Be neutron source

More information

The Effect of Loom Speeds and Shed Heights on Beating Force

The Effect of Loom Speeds and Shed Heights on Beating Force The Effect of Loom Speeds and Shed Heights on Beating Force Hashim Ali Salem Department of Textile Engineering, Sudan University of Science and Technology (SUST) hashimsalem@hotmail.com Received:13.06.2013

More information

Embryology of the Muscular System

Embryology of the Muscular System Embryology of the Muscular System Prof. Abdulameer Al-Nuaimi E-mail: a.al-nuaimi@sheffield.ac.uk E. mail: abdulameerh@yahoo.com Development of Skeletal muscle Muscles of the head are derived from seven

More information

FLOW CHARACTERISTICS IN COMPOUND OPEN CHANNELS WITH ONE FLOODPLAIN

FLOW CHARACTERISTICS IN COMPOUND OPEN CHANNELS WITH ONE FLOODPLAIN Journal of Engineering Sciences, Assiut University, Vol. 35, No. 4, pp. 99-931, July 27 FLOW CHARACTERISTICS IN COMPOUND OPEN CHANNELS WITH ONE FLOODPLAIN Nashat, A., Ali Professor of Hydraulic and water

More information

Christ is Born Glorify Him. ا لمسيحولد.. فمجدوه.

Christ is Born Glorify Him. ا لمسيحولد.. فمجدوه. ECUMENICAL PATRIARCHATE The Vicariate for P/J /Christian Orthodox Communities In America ا ل ن ي ا ب ة ا أل س ق ف ي ة ا أل ر ث و ذ ك س ي ة ا ل ف ل س ط ي ن ي ة ا أل ر د ن ي ة ف ي أ م ر ي ك ا كثدارئيةالقديسجاورجيوس/ديليسيتي

More information

OPTIMAL SHIFTING OF EIGENVALUES FOR LOAD FREQUENCY CONTROL SYSTEMS

OPTIMAL SHIFTING OF EIGENVALUES FOR LOAD FREQUENCY CONTROL SYSTEMS 857 OPTIMAL SHIFTING OF EIGENVALUES FOR LOAD FREQUENCY CONTROL SYSTEMS Corresponding author E-mail address: drali_yousef@yahoocom Ali M Yousef Department of Electrical Eng, Faculty of Engineering, Assiut

More information

January 18, 2008 Steve Gu. Reference: Eta Kappa Nu, UCLA Iota Gamma Chapter, Introduction to MATLAB,

January 18, 2008 Steve Gu. Reference: Eta Kappa Nu, UCLA Iota Gamma Chapter, Introduction to MATLAB, Introduction to MATLAB January 18, 2008 Steve Gu Reference: Eta Kappa Nu, UCLA Iota Gamma Chapter, Introduction to MATLAB, Part I: Basics MATLAB Environment Getting Help Variables Vectors, Matrices, and

More information

دا no یاری. f تاب % & '()* !" #

دا no یاری. f تاب % & '()* ! # م او ش ن را خا ق ود م #" 1346 و!دوسال 1365 با ر()ه 103 وارددا 4 ه ع 1 وم 0 ش/ ی, ید 6 789 ی 5 د ی 6 سال ع 1 وم Gد EF ی را از AمC ه #@? ق و ا > = < ; فHIJه ; ی دوران د QR رMتان Nد اMتا(ید Tر S ی Wا > =

More information

with a font size 28 LEMON PEEL AS NATURAL BIOSORBENT TO REMOVE FROM SIMULATED WASTEWATER Space with a font size 24

with a font size 28 LEMON PEEL AS NATURAL BIOSORBENT TO REMOVE FROM SIMULATED WASTEWATER Space with a font size 24 ; Space with a font size 28 LEMON PEEL AS NATURAL BIOSORBENT TO REMOVE PHOSPHATE FROM SIMULATED WASTEWATER Space with a font size 24 *Asst. lecturer. Environmental Eng. Dept., Al-Mustansiriyah University,

More information

Effect of Salinity on Growth and Some Physiological Characteristics of Broccoli Brassica oleracea var. Italica L. plants.

Effect of Salinity on Growth and Some Physiological Characteristics of Broccoli Brassica oleracea var. Italica L. plants. Ikbal M. Al-Barzinji Gulala A. Muhammed Effect of Salinity on Growth and Some Physiological Characteristics of Broccoli Brassica oleracea var. Italica L. plants. Ikbal M. Al-Barzinji Gulala A. Muhammed

More information

STRESSES IN CONCRETE PAVEMENT SLABS ON REISSNER'S FOUNDATION SUBJECTED TO FLOATING TANDEM AXLES

STRESSES IN CONCRETE PAVEMENT SLABS ON REISSNER'S FOUNDATION SUBJECTED TO FLOATING TANDEM AXLES (1-21) 1 STRESSES IN CONCRETE PAVEMENT SLABS ON REISSNER'S FOUNDATION SUBJECTED TO FLOATING TANDEM AXLES Prof. Dr. Sabah Saeed Razuoki Civil Engineering Dept. College of Engineering AL-Nahrain University

More information

Statistical methods. Mean value and standard deviations Standard statistical distributions Linear systems Matrix algebra

Statistical methods. Mean value and standard deviations Standard statistical distributions Linear systems Matrix algebra Statistical methods Mean value and standard deviations Standard statistical distributions Linear systems Matrix algebra Statistical methods Generating random numbers MATLAB has many built-in functions

More information

STUDY THE DETERIORATION OF GRANITE STATUES, KEMAN FARES EXCAVATIONS, FAYOUM, EGYPT

STUDY THE DETERIORATION OF GRANITE STATUES, KEMAN FARES EXCAVATIONS, FAYOUM, EGYPT Journal of Engineering Sciences, Assiut University, Vol. 34, No. 1, pp. 283-298, January 2006 STUDY THE DETERIORATION OF GRANITE STATUES, KEMAN FARES EXCAVATIONS, FAYOUM, EGYPT Shehata, A, Abdelrahim Conservation

More information

All living things, big and small, are known as organisms.

All living things, big and small, are known as organisms. Lesson 3: Standard number: 6.1, 6.2, 1.2 All living things, big and small, are known as organisms. خ ع انكبئ بد انس خ,انكج شح انظغ شح تعشف ثبن خه لبد All living things Humans, animals and plants are living

More information

Study the effect of position on the time of astronomical twilight

Study the effect of position on the time of astronomical twilight Study the effect of position on the time of astronomical twilight Fouad M.Abdulla* Anas Salman Taha* Abstract: Date of acceptance 6/3 / 2009 Twilight is that light appear on the horizon before sunrise

More information

Holiday Home-work NAME: STD: SEC:

Holiday Home-work NAME: STD: SEC: Asian International Private School Ruwais Holiday Home-work NAME: STD: SEC: GRDAE -2 Page 1 MATHS Q1. Short answer type questions:- a) Write the Expanded form of number 187:-. b) Write the expanded form

More information

Lecture 44. Better and successive approximations x2, x3,, xn to the root are obtained from

Lecture 44. Better and successive approximations x2, x3,, xn to the root are obtained from Lecture 44 Solution of Non-Linear Equations Regula-Falsi Method Method of iteration Newton - Raphson Method Muller s Method Graeffe s Root Squaring Method Newton -Raphson Method An approximation to the

More information

Farooq s Oratory Speechen A stylistic Study :

Farooq s Oratory Speechen A stylistic Study : أ Farooq s Oratory Speechen A stylistic Study 2012 2011 ب ج د,,,,,,,, ه - - و 1 2 3 3 4 4 4 6-5 7 8 8 10 12 23-17 ز 24 25 33-26 34 35 - - 38 44 48-36 -39-45 50-48 51 52 53 57 60 62 63 68 70 85 87 89 91

More information

( ) Iran's foreign Policy and its Impact on the Arab Gulf Security

( ) Iran's foreign Policy and its Impact on the Arab Gulf Security (2012 1991) Iran's foreign Policy and its Impact on the Arab Gulf Security ( 2012 1991) 401110263 : 2012 ب. ج د..,.. ه الا هداء... إلى روح والدي الطاهرة وروح المرحومة شقيقتي أسماء العبادي إلى ابنتي أسماء

More information

University of Babylon,College of Education for pure science, Department of mathematics.

University of Babylon,College of Education for pure science, Department of mathematics. Journal of Babylon University Vol(25)No.7(2017) a- Prof. Dr. Luay Abd Al-Hani Al-Sweedi Zahraa Mohammad Najem Al-rekabi University of Babylon,College of Education for pure science, Department of mathematics.

More information

ANALYSIS OF DYNAMIC CHARACTERISTICS OF FLEXIBLE ROBOT ARM USING SYMBOLIC MANIPULATION

ANALYSIS OF DYNAMIC CHARACTERISTICS OF FLEXIBLE ROBOT ARM USING SYMBOLIC MANIPULATION Al-Qadisiya Journal For Engineering Sciences Vol. No. ٢ Year 009 ANALYSIS OF DYNAMIC CHARACERISICS OF FLEXIBLE ROBO ARM USING SYMBOLIC MANIPULAION Mustafa. Hussein Department of mechanical Engineering

More information

SLIDING MODE CONTROL OF LINEAR SYNCHRONOUS MOTOR SERVODRIVE

SLIDING MODE CONTROL OF LINEAR SYNCHRONOUS MOTOR SERVODRIVE Journal of Engineering Sciences, Assiut Universit, Vol. 34, No. 4,. 255-264, Jul 2006 SLIDING MODE CONROL OF LINEAR SYNCHRONOUS MOOR SERVODRIVE Electrical Engineering Deartment, Aswan Facult of Engineering,

More information

Two-pass heat-exchanger performance By programmable method

Two-pass heat-exchanger performance By programmable method Two-pass heat-exchanger performance By programmable method Saosun Abd AL-Shaheed Lecturer / Najaf Technical Institute Najaf Iraq MSC. Chemical Eng. Sheffield University/ England. s-z-f 20072007@ yah00.com

More information

3 إنكليزي. 2- Example: gravity keeps us from floating off the ground. 3-Universe: everything that exists in space, including stars and planets.

3 إنكليزي. 2- Example: gravity keeps us from floating off the ground. 3-Universe: everything that exists in space, including stars and planets. 3 إنكليزي اميان اجملذوب : دكتورة املادة our solar system: عنوان احملاضزة األوىل : احملاضزة Vocabulary : 1- Gravity: the force that pulls objects toward a star or planet, such as Earth. 2- Example: gravity

More information

The Reality of Chemical Safety and Security at Al-Qasim Green University and Future Directions

The Reality of Chemical Safety and Security at Al-Qasim Green University and Future Directions Iraqi National Journal of Chemistry Journal homepage: http://iqnjc.com/default.aspx The Reality of Chemical Safety and Security at Al-Qasim Green University and Future Directions Alaa K. H. Al-Khalaf *,

More information

Matlab for Review. NDSU Matlab Review pg 1

Matlab for Review. NDSU Matlab Review pg 1 NDSU Matlab Review pg 1 Becoming familiar with MATLAB The console The editor The graphics windows The help menu Saving your data (diary) General environment and the console Matlab for Review Simple numerical

More information

Nizar Qabbani s Prose in Light of Sociolinguistics

Nizar Qabbani s Prose in Light of Sociolinguistics Nizar Qabbani s Prose in Light of Sociolinguistics 2014-2013 ب.. :.2014/ 1 /19 : ج د...... ه الا هداء............ و سرهف تايوتحملا : 1 2 4 5 5 5 6 10 : 11 : 16 : 17 : 30 - : 30 30 33 34 ز 40 42 - : 44

More information

A COMPUTATIONAL STUDY FOR DEVELOPMENT STAGES OF ELECTRICAL PRE- BREAKDOWN PHENOMENON OF ROD-PLANE AIR GAP

A COMPUTATIONAL STUDY FOR DEVELOPMENT STAGES OF ELECTRICAL PRE- BREAKDOWN PHENOMENON OF ROD-PLANE AIR GAP Republic of Iraq Ministry of Higher Education And Scientific Research University of Baghdad College of Science A COMPUTATIONAL STUDY FOR DEVELOPMENT STAGES OF ELECTRICAL PRE- BREAKDOWN PHENOMENON OF ROD-PLANE

More information

ACTIVITY OF ULTRAFINE FRACTION OF RADON PROGENY IN INDOOR AIR

ACTIVITY OF ULTRAFINE FRACTION OF RADON PROGENY IN INDOOR AIR Journal of Nuclear and Radiation Physics, Vol. 8, No. 1&2, pp. 65-78 ACTIVITY OF ULTRAFINE FRACTION OF RADON PROGENY IN INDOOR AIR A. Mohamed, M. Yuness, M. Abd El-Hady and Mona Moustafa Department of

More information

Study of the Performance of Batch Reactive Distillation Column

Study of the Performance of Batch Reactive Distillation Column Iraqi Journal of Chemical and Petroleum Engineering Iraqi Journal of Chemical and Petroleum Engineering Vol.9 No.4 (December 2008) 29-33 ISSN: 1997-4884 University of Baghdad College of Engineering Study

More information

Math Introduction to Numerical Methods - Winter 2011 Homework 2 Assigned: Friday, January 14, Due: Thursday, January 27,

Math Introduction to Numerical Methods - Winter 2011 Homework 2 Assigned: Friday, January 14, Due: Thursday, January 27, Math 371 - Introduction to Numerical Methods - Winter 2011 Homework 2 Assigned: Friday, January 14, 2011. Due: Thursday, January 27, 2011.. Include a cover page. You do not need to hand in a problem sheet.

More information

Assignment 6, Math 575A

Assignment 6, Math 575A Assignment 6, Math 575A Part I Matlab Section: MATLAB has special functions to deal with polynomials. Using these commands is usually recommended, since they make the code easier to write and understand

More information

Abstract. The study reached some important recommendations, such as:

Abstract. The study reached some important recommendations, such as: ./Master-GE/GO -GRH /2016 قس ع و التسيير أ Abstract This study aimed at identifying the perception of workers in the waters company, about the level of organizational communication, and to identify the

More information

Confined Hydrogen Atom in HigherSpace Dimension under Pressure. Muzaian Shaqqur & Sami Al Jaber

Confined Hydrogen Atom in HigherSpace Dimension under Pressure. Muzaian Shaqqur & Sami Al Jaber An - Najah Univ. J. Res. (N. Sc.) Vol. 25, 2011 Confined Hydrogen Atom in HigherSpace Dimension under Pressure ذرة الھيدروجين المحصورة والمضغوطة في فضاء متعدد األبعاد Muzaian Shaqqur & Sami Al Jaber مزين

More information

ENGR Spring Exam 2

ENGR Spring Exam 2 ENGR 1300 Spring 013 Exam INSTRUCTIONS: Duration: 60 minutes Keep your eyes on your own work! Keep your work covered at all times! 1. Each student is responsible for following directions. Read carefully..

More information

Improvement of Dynamic Buckling Behavior of Intermediate Aluminized Stainless Steel Columns

Improvement of Dynamic Buckling Behavior of Intermediate Aluminized Stainless Steel Columns Al-Khwarizmi Engineering Journal,Vol. 3, No., P.P. 26-4 (207) Al-Khwarizmi Engineering Journal Improvement of Dynamic Buckling Behavior of Aluminized Stainless Steel Columns Ahmed Naif Al-Khazraji* Samir

More information

Conditions and Effects for the Early Termination of the Commercial Agency

Conditions and Effects for the Early Termination of the Commercial Agency Conditions and Effects for the Early Termination of the Commercial Agency 2011 ب ج د شكر وتقدير أتقدم بجزيل الشكر والعرفان لا ستاذي القدير ومشرفي الفاضل الدآتور مهند عزمي أبو مغلي لتفضله بالا شراف على

More information

Formulation and Solving Integer Programming Models by Using Microsoft Excel. Instructor.Mushtaq.T. Hussain

Formulation and Solving Integer Programming Models by Using Microsoft Excel. Instructor.Mushtaq.T. Hussain Formulation and Solving Integer Programming Models by Using Microsoft Excel. Instructor.Mushtaq.T. Hussain / /... solver. Abstract Integer programming can be applied in numerous business situations. however,

More information

Abstract. initial phases uniformly distributed along the interval (0-2π). The matlab 6.1

Abstract. initial phases uniformly distributed along the interval (0-2π). The matlab 6.1 Abstract The One-dimension theory is applied to study the performance of free electron laser amplifier when the electron beam have a uniform density distribution in the direction perpendicular to the helical

More information

2- Look at the following structure. Z represents any atom or group that can bond to the carbon atom of the carbonyl group

2- Look at the following structure. Z represents any atom or group that can bond to the carbon atom of the carbonyl group Page 1 Page 2 1- Each of the following electron configuration representing an element. Which of the following has the greatest electron affinity? [Ne]3s 2 3p 5 [Ne]3s 2 3p 3 [Ne]3s 2 [Ne]3s 1 2- Look at

More information

بزنبهه ریزی خطی و شبکه هب هبشوی نژاد

بزنبهه ریزی خطی و شبکه هب هبشوی نژاد بنبم خدا هبشوی نژاد بزنبهه ریزی خطی و شبکه هب هبشوی نژاد هسئله جزیبى بب هینیون هزینه MCF : GN : یک شبک بب مجم ع گز بی N شیى عب ر یک ياحد جزیبن اس کمبن : حداقل مقدار جزیبوی ک ببید اس کمبن : حداکثز مقدار

More information

ESTIMATION OF HYPERBOLIC STRESS-STRAIN PARAMETERS FOR GYPSEOUS SOILS

ESTIMATION OF HYPERBOLIC STRESS-STRAIN PARAMETERS FOR GYPSEOUS SOILS ESTIMATION OF HYPERBOLIC STRESS-STRAIN PARAMETERS FOR GYPSEOUS SOILS Dr. Ahmed H. Abdul-kareem Lecurer Dep. of Civil Engineering Universiy of Anbar Ahmed Helal Assisan Lecurer Dep. of Civil Engineering

More information

فاطو حاجاسوعيلي چکيذ. T Eta اشگاى کليذي:

فاطو حاجاسوعيلي چکيذ. T Eta اشگاى کليذي: هحو د 1 قذيري چکيذ 2 فاطو حاجاسوعيلي T Eta اشگاى کليذي: Email:m_ghadiry@pnv.ac.ir Email:f.hajismaeeli@gmail.com هقذه Pritchard & Morgan, 2007: 11 Zabka, 2007: 1 3- YAHYA 4- Eraqi 5- Wang Ray, 1998: 2 6-

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Definition: A differential equation is an equation involving the derivative of a function. If the function depends on a single variable, then only ordinary derivatives appear and

More information

Computational Foundations of Cognitive Science

Computational Foundations of Cognitive Science Computational Foundations of Cognitive Science Lecture 14: Inverses and Eigenvectors in Matlab; Plotting and Graphics Frank Keller School of Informatics University of Edinburgh keller@inf.ed.ac.uk February

More information

Optimization and Calculus

Optimization and Calculus Optimization and Calculus To begin, there is a close relationship between finding the roots to a function and optimizing a function. In the former case, we solve for x. In the latter, we solve: g(x) =

More information

All Rights Reserved - Library of University of Jordan - Center of Thesis Deposit

All Rights Reserved - Library of University of Jordan - Center of Thesis Deposit أسلوب الشرط و دلالاته في الحديث الشريف All Rights Reserved Library of University of Jordan Center of Thesis Deposit All Rights Reserved Library of University of Jordan Center of Thesis Deposit ب ج..................

More information

New Correlation To Calculate Absolute Permeability From Gas Permeameter

New Correlation To Calculate Absolute Permeability From Gas Permeameter Number 6 Volume 18 June 2012 Journal of Engineering New Correlation To Calculate Absolute Permeability From Gas Permeameter Ass. Lecture Dhorgham S. Ibrahim Ass. Lecture Hussein H. Hussein University of

More information

(Ph.D) ٠٢١٤٦۸۹٦٠٠٠ M.jamzad@shahryariau.ac.ir, minajamzad@yahoo.com كاربرد طيف س جي در ضيوي آلي ضيوي ٣ ضيوي عو هي ضيوي آلي ۲ ١ فيسيك آلي آزهايطگا ضيوي آلي ٢ ١ 1 هقطع كارض اسي ارضذ: ضيوي آلي پيطرفت ضيوي

More information

Integration of Multivariate Statistical Process Control and Engineering Process Control

Integration of Multivariate Statistical Process Control and Engineering Process Control Integration of Multivariate Statistical Process Control and Engineering Process Control By YASIR ABDULLAH SIDDIQUI A Thesis Presented to the DEANSHIP OF GRADUATE STUDIES In Partial Fulfillment of the Requirements

More information

EEE161 Applied Electromagnetics Laboratory 1

EEE161 Applied Electromagnetics Laboratory 1 Dr. Milica Marković Applied Electromagnetics Laboratory page 1 EEE161 Applied Electromagnetics Laboratory 1 Instructor: Dr. Milica Marković Office: Riverside Hall 3028 Email: milica@csus.edu Web:http://gaia.ecs.csus.edu/

More information

SOLUTIONS to Exercises from Optimization

SOLUTIONS to Exercises from Optimization SOLUTIONS to Exercises from Optimization. Use the bisection method to find the root correct to 6 decimal places: 3x 3 + x 2 = x + 5 SOLUTION: For the root finding algorithm, we need to rewrite the equation

More information

Abo Al-Qasim Ash-Shabi s Poetry from the Reception Theory Perspective

Abo Al-Qasim Ash-Shabi s Poetry from the Reception Theory Perspective Abo Al-Qasim Ash-Shabi s Poetry from the Reception Theory Perspective 2011 2012 ب ج د ه " " و 1 9 ز 41 77 / / 101 103 ح " " ط ي Abstract Abo Al-Qasim Ash-Shabbi`s Poetry from the Reception Theory Perspective

More information

LAB 1: MATLAB - Introduction to Programming. Objective:

LAB 1: MATLAB - Introduction to Programming. Objective: LAB 1: MATLAB - Introduction to Programming Objective: The objective of this laboratory is to review how to use MATLAB as a programming tool and to review a classic analytical solution to a steady-state

More information

MODELLING HOURLY ATMOSPHERIC STABILITY AND MIXING HEIGHT USING METROLOGICAL SURFACE DATA

MODELLING HOURLY ATMOSPHERIC STABILITY AND MIXING HEIGHT USING METROLOGICAL SURFACE DATA Journal of Engineering Sciences Assiut University Faculty of Engineering Vol. 45 No. 4 July 2017 PP. 436 447 436 MODELLING HOURLY ATMOSPHERIC STABILITY AND MIXING HEIGHT USING METROLOGICAL SURFACE DATA

More information

ANALYSIS OF CORONA DISCHARGE IN ELECTROSTATIC MOTOR GAPS

ANALYSIS OF CORONA DISCHARGE IN ELECTROSTATIC MOTOR GAPS 1842 Fahd Diab, et al., Analysis of Corona Discharge in Electrostatic Motor Gaps, pp. 1842-1856 ABSTRACT ANALYSIS OF CORONA DISCHARGE IN ELECTROSTATIC MOTOR GAPS Mazen Abdel-Salam, Adel Ahmed, Hamdy Ziedan

More information

Matlab Section. November 8, 2005

Matlab Section. November 8, 2005 Matlab Section November 8, 2005 1 1 General commands Clear all variables from memory : clear all Close all figure windows : close all Save a variable in.mat format : save filename name of variable Load

More information

Grade 2 Term 3 Portion Paper

Grade 2 Term 3 Portion Paper MATH Grade 2 Term 3 Portion Paper 206-207 Chapter Lessons Topic Odd and Even numbers 2 4,5,7,0,2 Use place value to model, write, and compare 3-digit numbers. 6 7-0 3 Digit Subtraction with Regrouping

More information

Reducing Lost Circulation Problem by Using Rice Material

Reducing Lost Circulation Problem by Using Rice Material Reducing Lost Circulation Problem by Using Rice aterial Asst. Prof. Ayad Abdulhaleem A.Razzaq Department of Petroleum Engineering Collage of Engineering Baghdad University ayadah62@yahoo.com Researcher:

More information

The International year of light 2015 The Open University animation Arabic translation

The International year of light 2015 The Open University animation Arabic translation The International year of light 2015 The Open University animation Arabic translation United Nations Cultural Organization In support of International Year of Light 2015 2015 has been declared by the United

More information

تيوگزافي علمي مشخصات فزدی نام خانوادگي: سيزك مليت: ايرا ی تاريخ تولذ: 1359/10/20 مذهة: شيع وضعيت تاهل: هتا ل دين: اسالم

تيوگزافي علمي مشخصات فزدی نام خانوادگي: سيزك مليت: ايرا ی تاريخ تولذ: 1359/10/20 مذهة: شيع وضعيت تاهل: هتا ل دين: اسالم تيوگزافي علمي مشخصات فزدی نام خانوادگي: سيزك مليت: ايرا ی تاريخ تولذ: 1359/10/20 مذهة: شيع نام: هرين وضعيت تاهل: هتا ل دين: اسالم آدرس محل کار: آرربايجاى غربی ه اباد دا شگا پيام ر هرکس ه اباد تلفي تواس

More information

On a Certain Subclass of Multivalent Functions. A Research Submitted by. Muntadher Ali Joudah. Supervised by Dr. Najah Ali Al -Ziadi

On a Certain Subclass of Multivalent Functions. A Research Submitted by. Muntadher Ali Joudah. Supervised by Dr. Najah Ali Al -Ziadi Republic of Iraq Ministry of Higher Education and Scientific Research University of Al-Qadisiyah / College of Education Department of Mathematics On a Certain Subclass of Multivalent Functions A Research

More information

Topic 3. Matrix Operations Matrix & Linear Algebra Operations Element-by-Element(array) Operations

Topic 3. Matrix Operations Matrix & Linear Algebra Operations Element-by-Element(array) Operations Topic 3 Matrix Operations Matrix & Linear Algebra Operations Element-by-Element(array) Operations 1 Introduction Matlab is designed to carry out advanced array operations that have many applications in

More information

Political Development and its Role in the Stability of the Sultanate of Oman ( )

Political Development and its Role in the Stability of the Sultanate of Oman ( ) ( 2012 1981 Political Development and its Role in the Stability of the Sultanate of Oman (1981 2012 1434 ه/ 2012 ب ج د ه و 1 3 4 5 6 ز 6 6 7 10 18 23 23 27 28 37 45 46 54 ح 65 66 75 86 87 93 107 108 119

More information