برنامه به زبان برنامه نویسی Matlab

برنامه به زبان برنامه نویسی Matlab

برنامه به زبان برنامه نویسی Matlab

نام فایل : برنامه به زبان برنامه نویسی Matlab فرمت : .doc تعداد صفحه/اسلاید : 2 حجم : 43 کیلوبایت برنامه به زبان برنامه نویسی Matlab :Function newton(f,x0,tol,n)%Newton’s.method for solving the nonlinear’%equation%f(x)=0iter=0u=feval(f,x0);v=feval(df,x0);er=abs(u/v);disp(‘ ‘)disp(‘iter x f(x) df(x) xn+1-xn’)disp(‘ ‘)fprintf(‘%2.0f % 12.6f %12.6f %12.6f ’,iter,x0,u,v)......

An Introduction to Reservoir Simulation Using MATLAB/GNU Octave

An Introduction to Reservoir Simulation Using MATLAB/GNU Octave

An Introduction to Reservoir Simulation Using MATLAB/GNU Octave

This book provides a self-contained introduction to the simulation of flow and transport in porous media, written by a developer of numerical methods. The reader will learn how to implement reservoir simulation models and computational algorithms in a robust and efficient manner. The book contains a large number of numerical examples, all fully equipped with online code and data, allowing the reader to reproduce results, and use them as a starting point for their own work. All of the examples in the book are based on the MATLAB Reservoir Simulation Toolbox (MRST), an open-source toolbox popular popularity in both academic institutions and the petroleum industry. The book can also be seen as a user guide to the MRST software. It will prove invaluable for researchers, professionals and...