Sunum yükleniyor. Lütfen bekleyiniz

Sunum yükleniyor. Lütfen bekleyiniz

AE= COS (Phi_e) *Cos (Lambda_e)

Benzer bir sunumlar


... konulu sunumlar: "AE= COS (Phi_e) *Cos (Lambda_e)"— Sunum transkripti:

1 AE= COS (Phi_e) *Cos (Lambda_e)
BE= COS(Phi_e) * Sin (Lambda_e) CE= sin(Phi_e) As= cos(phi_s)* cos (Lambda_s) Bs=cos(Phi_s) * sin (lamda_s) Cs=Sin(Phi_s)

2 b) Z=a-((a-b)/(b-c)) – b c) Lambda= (atan(x))/ sin((x**2)+1)**2
y= ln [2x /√2] + 3x z=a – [(a-b )/ (b-c )]-b λ = ( arctan(x) ) /sin (x2+1) 2 β=√(2-t) Y= Log (2*x/ sqrt(2)) +3*x b) Z=a-((a-b)/(b-c)) – b c) Lambda= (atan(x))/ sin((x**2)+1)**2 d) Beta= SQRT (2-t)

3 5/10/ :50 AM Fırlatma açısı (A) ve ilk hız (V) bilgilerine göre, atılan bir cismin menzilini hesaplayınız. Menzil formülü R = V2x SIN(2xA) / g dir. (G gravitasyon sabiti ve olarak alınacak) © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

4 PROGRAM EgikAtis ! ! Bu program klavyeden girilen fırlatma açısı (A) ve ! ilk hız (V) bilgilerine göre, bir cismin menzilini ! hesaplar. Menzil formülü R = V^2 SIN(2A) / g dir. ! IMPLICIT NONE REAL g REAL V, Teta, Menzil g = 9.81 write (*,*) "Ilk hizi (m/s), ve firlatma acisini(derece) girin:" READ (*,*) V, Teta Menzil = V**2 * SIN(2*Teta/ ) / g write (*,*) "Menzili = ", Menzil, " m." END PROGRAM EgikAtis Bu Programda ki hatayı Bulabildiniz mi?

5 5/10/ :50 AM Matrisin Köşegen değerleri ekrana yazdırılacak ve bu değerlerin ortalamasını hesaplayan bir program program yazınız. © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6 Write(*,*)'veri dosyanizin adini giriniz:' Read(*,'(A16)') filename
Dimension x(100,100) Real top, ort Character*16 filename Write(*,*)'veri dosyanizin adini giriniz:' Read(*,'(A16)') filename Open(898,file=filename) Do 10 i=1,4 read(898,*) (x(i,j),j=1,4) 10 CONTINUE top=0.0 do 20 i=1,4 write(*,*)x(i,i) top=top+x(i,i) continue ort=top/4. CLOSE (898) write(*,*)‘Ortalama Degeri=',ort stop end © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

7 Verilen 4*4 lük matris çevre değerlerini sıfır yaptırın,
5/10/ :50 AM Verilen 4*4 lük matris çevre değerlerini sıfır yaptırın, © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8 Write(*,*)'veri dosyanızın adını giriniz:' Read(*,'(A16)') filename
Dimension x(100,100),T(100,100) Character*16 filename Write(*,*)'veri dosyanızın adını giriniz:' Read(*,'(A16)') filename Open(343,file=filename)   Do 10 i=1,4 read(343,*) (x(i,j),j=1,4) Continue do 120 i=1,4 do 30 j=1,4 if(i.gt.1.and.i.lt.4.and.j.gt.1.and.j.lt.4) then T(i,j)=x(i,j) else T(i,j)=0 endif 30 continue 120 continue Do 401 i=1,4 write(*,*) (T(i,j),j=1,4) 401 Continue CLOSE( 343) stop end © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


"AE= COS (Phi_e) *Cos (Lambda_e)" indir ppt

Benzer bir sunumlar


Google Reklamları