nadeen39
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=71370411" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=71370411">Go Large!</a></small><br>



انضم إلى المنتدى ، فالأمر سريع وسهل

nadeen39
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=71370411" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=71370411">Go Large!</a></small><br>

nadeen39
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.
nadeen39

nadeen39.yoo7.com

 

 

 

 

 

 

 

بحـث
 
 

نتائج البحث
 


Rechercher بحث متقدم

المواضيع الأخيرة
» ملحمة طاسة البوز
Secant Method Emptyالأربعاء ديسمبر 02, 2009 5:01 am من طرف sofean240

» طريقة ادخال الفلاش الى المنتدى
Secant Method Emptyالأحد سبتمبر 20, 2009 5:15 am من طرف نادين

» الموسيقا
Secant Method Emptyالجمعة سبتمبر 18, 2009 8:15 pm من طرف نادين

» بيت عنان
Secant Method Emptyالثلاثاء سبتمبر 15, 2009 9:40 pm من طرف نادين

» امسية شعرية في عبارة عيد الاشعب, دعوة عامة
Secant Method Emptyالثلاثاء سبتمبر 15, 2009 8:06 pm من طرف نادين

» مهد الحضارات
Secant Method Emptyالثلاثاء سبتمبر 15, 2009 8:04 pm من طرف نادين

» الورد...وما يليق بك
Secant Method Emptyالإثنين سبتمبر 07, 2009 4:29 am من طرف نادين

» مثلث برمودا
Secant Method Emptyالسبت سبتمبر 05, 2009 3:50 am من طرف نادين

» ابوزيد الهلالي
Secant Method Emptyالسبت سبتمبر 05, 2009 3:36 am من طرف نادين

ازرار التصفُّح
ازرار التصفُّح
مايو 2024
الأحدالإثنينالثلاثاءالأربعاءالخميسالجمعةالسبت
   1234
567891011
12131415161718
19202122232425
262728293031 

اليومية اليومية

تدفق ال RSS

Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 


سحابة الكلمات الدلالية

دخول

لقد نسيت كلمة السر



تسجيل صفحاتك المفضلة في مواقع خارجية
تسجيل صفحاتك المفضلة في مواقع خارجية reddit      

قم بحفض و مشاطرة الرابط nadeen39 على موقع حفض الصفحات

قم بحفض و مشاطرة الرابط nadeen39 على موقع حفض الصفحات

ازرار التصفُّح

أهلا وسهلا بك زائرنا الكريم, أنت لم تقم بتسجيل الدخول بعد! يشرفنا أن تقوم بالدخول أو التسجيل إذا رغبت بالمشاركة في المنتدى

Secant Method

اذهب الى الأسفل  رسالة [صفحة 1 من اصل 1]

1Secant Method Empty Secant Method الثلاثاء يوليو 28, 2009 5:42 pm

نادين

نادين
صاحبة المنتدى
صاحبة المنتدى

function mShowWindow(strURL) { frmWindow=window.open (strURL, 'newWin', 'width=300,height=400,toolbar=no,status=yes,resizable=no,menubar=no'); } // -- toggle links // function toggle( targetId ){ if (document.getElementById){ target = document.getElementById( targetId ); if (target.style.display == "none"){ target.style.display = ""; } else { target.style.display = "none"; } } } function ShowDiv( targetId ){ if (document.getElementById){ target = document.getElementById( targetId ); target.style.display = ""; } } function HideDiv( targetId ){ if (document.getElementById){ target = document.getElementById( targetId ); target.style.display = "none"; } }













Secant Method Cicon_big

Submitted on: 2/16/2008 12:09:53 PM
By: Mukhtar Sayed Saleh

Level: Beginner
User Rating: Unrated
Compatibility:C, C++ (general)

Users have accessed this code 2368 times.
Secant Method AUTHOR_PHOTO20081115158232722
Secant Method Program for solving Non-linear equations .
code:
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!






Terms of Agreement:
By using this code, you agree to the following terms...
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame.
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.

[size=9]//**************************************
[size=9]//
[size=9]// Name: Secant Method
[size=9]// Description:Secant Method Program for
[size=9]// solving Non-linear equations .
[size=9]
[size=9]// By: Mukhtar Sayed Saleh
[size=9]//
[size=9]//This code is copyrighted and has[size=9]// limited warranties.Please see http://
[size=9]// www.Planet-Source-Code.com/vb/scripts/Sh
[size=9]// owCode.asp?txtCodeId=11972&lngWId=3[size=9]//for details.[size=9]//**************************************
[size=9]//
[size=9]
[size=9]/* Secant Method Program
[size=9] Written By : Mokhtar Saied Saleh
[size=9] Syria - Abokamal
[size=9] Www.Abokamal.Com
[size=9] Www.Al-Mokhtar.Net
[size=9] 0944-467547
[size=9]*/
[size=9]#include
[size=9]#include
[size=9]double f(double x)
[size=9]

{
[size=9] return x-cos(x);
[size=9]}

[size=9]int main()
[size=9]

{
[size=9] double c[101];
[size=9] int n;
[size=9] cout<<"Enter The Initial Value x(-1): \n";
[size=9] cin>>c[0];
[size=9] cout<<"Enter The Initial Value x(0): \n";
[size=9] cin>>c[1];
[size=9] cout<<"Enter The Number Of Iteration : \n";
[size=9] cin>>n;
[size=9] for(int i=1;i<=n;i++)
[size=9]

{
[size=9] c[i+1]=c[i]-(f(c[i]) * (c[i]-c[i-1])) / (f(c[i])-f(c[i-1]));
[size=9] cout <<"c(" << i+1 <<") = "<< c[i+1] <<"\n";
[size=9] }
[size=9] return 0;
[size=9] }


[/size]
[/size]
[/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size]
[/size][/size]

https://nadeen39.yoo7.com

الرجوع الى أعلى الصفحة  رسالة [صفحة 1 من اصل 1]

صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى