ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Modern Computer Arithmetic

دانلود کتاب محاسبات کامپیوتری مدرن

Modern Computer Arithmetic

مشخصات کتاب

Modern Computer Arithmetic

دسته بندی: ریاضیات محاسباتی
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 0521194695, 9780521194693 
ناشر: Cambridge University Press 
سال نشر: 2010 
تعداد صفحات: 239 
زبان: English  
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 1 مگابایت 

قیمت کتاب (تومان) : 36,000



کلمات کلیدی مربوط به کتاب محاسبات کامپیوتری مدرن: ریاضیات، ریاضیات محاسباتی



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 11


در صورت تبدیل فایل کتاب Modern Computer Arithmetic به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب محاسبات کامپیوتری مدرن نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب محاسبات کامپیوتری مدرن

محاسبات کامپیوتری مدرن بر روی الگوریتم‌های دقیق دلخواه برای انجام کارآمد عملیات حسابی مانند جمع، ضرب و تقسیم و ارتباط آن‌ها با موضوعاتی مانند محاسبات مدولار، بزرگترین مقسوم‌گیرنده‌های رایج، تبدیل فوریه سریع (FFT) و محاسبات ابتدایی و ابتدایی تمرکز می‌کند. توابع ویژه برنت و زیمرمن الگوریتم‌هایی را ارائه می‌کنند که آماده پیاده‌سازی به زبان مورد علاقه شما هستند، در حالی که توضیحات سطح بالا را حفظ می‌کنند و از جزئیات بسیار پایین یا وابسته به ماشین اجتناب می‌کنند. این کتاب برای هر کسی که علاقه مند به طراحی و اجرای الگوریتم های کارآمد با دقت بالا برای محاسبات کامپیوتری، و به طور کلی الگوریتم های عددی با دقت چندگانه کارآمد است، در نظر گرفته شده است. همچنین ممکن است در یک دوره تحصیلات تکمیلی در ریاضیات یا علوم کامپیوتر استفاده شود، که تمرین‌هایی برای آن گنجانده شده است. اینها به طور قابل توجهی از نظر دشواری متفاوت هستند، از پروژه های تحقیقاتی آسان گرفته تا کوچک، و در موضوعات مورد بحث در متن گسترش می یابند. راه حل ها از نویسندگان در دسترس است.


توضیحاتی درمورد کتاب به خارجی

Modern Computer Arithmetic focuses on arbitrary-precision algorithms for efficiently performing arithmetic operations such as addition, multiplication and division, and their connections to topics such as modular arithmetic, greatest common divisors, the Fast Fourier Transform (FFT), and the computation of elementary and special functions. Brent and Zimmermann present algorithms that are ready to implement in your favorite language, while keeping a high-level description and avoiding too low-level or machine-dependent details. The book is intended for anyone interested in the design and implementation of efficient high-precision algorithms for computer arithmetic, and more generally efficient multiple-precision numerical algorithms. It may also be used in a graduate course in mathematics or computer science, for which exercises are included. These vary considerably in difficulty, from easy to small research projects, and expand on topics discussed in the text. Solutions are available from the authors.



فهرست مطالب

Contents......Page 1
Preface......Page 10
Acknowledgements......Page 12
Notation......Page 14
Representation and notations......Page 18
Addition and subtraction......Page 19
Multiplication......Page 20
Naive multiplication......Page 21
Karatsuba\'s algorithm......Page 22
Toom--Cook multiplication......Page 23
Unbalanced multiplication......Page 25
Squaring......Page 28
Multiplication by a constant......Page 30
Naive division......Page 31
Divisor preconditioning......Page 33
Divide and conquer division......Page 35
Exact division......Page 38
Only quotient or remainder wanted......Page 39
Division by a single word......Page 40
Hensel\'s division......Page 41
Square root......Page 42
kth root......Page 44
Exact root......Page 45
Naive GCD......Page 46
Extended GCD......Page 49
Half binary GCD, divide and conquer GCD......Page 50
Quadratic algorithms......Page 54
Subquadratic algorithms......Page 55
Exercises......Page 56
Notes and references......Page 61
Classical representation......Page 64
Residue number systems......Page 65
Link with polynomials......Page 66
Theoretical setting......Page 67
The fast Fourier transform......Page 68
The Schönhage--Strassen algorithm......Page 72
Barrett\'s algorithm......Page 75
Montgomery\'s multiplication......Page 77
McLaughlin\'s algorithm......Page 80
Modular division and inversion......Page 82
Several inversions at once......Page 84
Modular exponentiation......Page 85
Exponentiation with a larger base......Page 87
Sliding window and redundant representation......Page 89
Chinese remainder theorem......Page 90
Exercises......Page 92
Notes and references......Page 94
Representation......Page 96
Radix choice......Page 97
Exponent range......Page 98
Subnormal numbers......Page 99
Encoding......Page 100
Precision: local, global, operation, operand......Page 101
Ziv\'s algorithm and error analysis......Page 103
Rounding......Page 104
Strategies......Page 107
Addition, subtraction, comparison......Page 108
Floating-point addition......Page 109
Floating-point subtraction......Page 110
Multiplication......Page 112
Integer multiplication via complex FFT......Page 115
The middle product......Page 116
Reciprocal and division......Page 118
Reciprocal......Page 119
Division......Page 123
Square root......Page 128
Reciprocal square root......Page 129
Conversion......Page 131
Floating-point output......Page 132
Floating-point input......Page 134
Exercises......Page 135
Notes and references......Page 137
Introduction......Page 142
Newton\'s method......Page 143
Newton\'s method for inverse roots......Page 144
Newton\'s method for reciprocals......Page 145
Newton\'s method for formal power series......Page 146
Newton\'s method for functional inverses......Page 147
Higher-order Newton-like methods......Page 148
Argument reduction......Page 149
Loss of precision......Page 151
Guard digits......Page 152
Power series......Page 153
Power series with argument reduction......Page 157
Rectangular series splitting......Page 158
Asymptotic expansions......Page 161
Continued fractions......Page 167
Recurrence relations......Page 169
Evaluation of Bessel functions......Page 170
Evaluation of Bernoulli and tangent numbers......Page 171
Elliptic integrals......Page 175
First AGM algorithm for the logarithm......Page 176
Theta functions......Page 177
Second AGM algorithm for the logarithm......Page 179
Binary splitting......Page 180
A binary splitting algorithm for sin, cos......Page 183
The bit-burst algorithm......Page 184
Contour integration......Page 186
Exercises......Page 188
Notes and references......Page 196
GNU MP (GMP)......Page 202
MPFQ......Page 203
Other multiple-precision packages......Page 204
Computational algebra packages......Page 205
The GMP lists......Page 206
On-line documents......Page 207
References......Page 208
Index......Page 224




نظرات کاربران