What is the translation of " PHƯƠNG PHÁP EULER " in English?

euler method
phương pháp euler

Examples of using Phương pháp euler in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Phương pháp Euler là đơn giản nhất.
Euler's method is the simplest and most straightforward.
Do đó chúng còn được gọi là phương pháp Euler cải tiến.
This method is called the Improved Euler's method.
Phương pháp Euler có thể được rút ra theo một số cách.
The Euler method can be derived in a number of ways.
Phương pháp số đơngiản nhất để giải PVT là phương pháp Euler.
The simplest numerical method for ODEs is Euler's method.
Phương pháp Euler có thể được coi là phương pháp Runge- Kutta bậc nhất.
Euler's method can be regarded as a first-order Runge-Kutta method.
Combinations with other parts of speech
Hình tròn lớn màu hồng biểu diễn vùng ổn định đối với phương pháp Euler.
The pink disk shows the stability region for the Euler method.
Phương pháp Euler thường phục vụ như là cơ sở để xây dựng các phương pháp phức tạp hơn.
The Euler method often serves as the basis to construct more complex methods..
Theo cách tương tự sẽ dẫn đến quy tắc điểm giữa và phương pháp Euler lùi lại.
A similar computation leads to the midpoint rule and the backward Euler method.
Như đã nói trong phần giới thiệu, phương pháp Euler sẽ chính xác hơn nếu kích thước bước h{\ displaystyle h} nhỏ hơn.
As suggested in the introduction, the Euler method is more accurate if the step size h{\displaystyle h}.
Giản nhưngsai số của phương pháp này nhỏ hơn so với phương pháp Euler.
We can see theerror of Runge-Kutta method is less than the Euler method.
Nổi bật nhất trong những xấp xỉ này đó là phương pháp Euler và công thức Euler- Maclaurin.
The most notable of these approximations are Euler method and the Euler- Maclaurin formula.
Phương pháp Euler là bậc nhất, nghĩa là mỗi lần bạn chia đôi bước tính, bạn trông đợi sai số của giá trị ước tính sẽ giảm bớt một nửa.
Euler's method is first order, which means that each time you cut the time step in half, you expect the estimation error to drop by half.
Cách viết này rất cóích vì ta có thể dùng hàm với phương pháp Euler hoặc ode45 để ước tính các giá trị của f.
Writing the function this way is useful because we can use it with Euler's method or ode45 to estimate values of f.
Nếu phương trình vi phân này thay vào trong mở rộng Taylor và các số hạng bậc hai và bậc cao hơn bị bỏ qua,thì sẽ có được phương pháp Euler.
If this is substituted in the Taylor expansion and the quadratic andhigher-order terms are ignored, the Euler method arises.
Sai số cắt cụt cục bộ( LTE) của phương pháp Euler được cho bởi sự khác biệt giữa các phương trình này.
The local truncation error(LTE) introduced by the Euler method is given by the difference between these equations.
Trong khi phương pháp Euler tích phân một ODE bậc nhất, ODE bất kỳ bậc N có thể được biểu diễn như là một ODE bậc nhất: để xử lý phương trình.
While the Euler method integrates a first-order ODE, any ODE of order N can be represented as a first-order ODE: to treat the equation.
Nếu tốc độ tăng thay đổi không quá nhanh vàbước thời gian không quá dài thì phương pháp Euler cũng đủ chính xác với nhiều mục đích tính toán.
If the rate doesn't change too fast andthe time step isn't too big, Euler's method is accurate enough for most purposes.
Vì lý do này, phương pháp Euler được gọi là một phương pháp bậc nhất, trong khi phương pháp điểm giữa là phương pháp bậc hai.
For this reason, the Euler method is said to be a first-order method, while the midpoint method is second order.
Hầu hết các tác động của sai số làm tròn có thể dễ dàng tránh được nếu phép tổng đền bù( compensated summation)được sử dụng trong việc xây dựng công thức cho phương pháp Euler.
Most of the effect of rounding error can be easily avoided ifcompensated summation is used in the formula for the Euler method.
Một hiệu chỉnh đơn giản của phương pháp Euler loại bỏ các vấn đề ổn định đã lưu ý trong phần trước là phương pháp Euler lùi lại( backward).
A simple modification of the Euler method which eliminates the stability problems noted in the previous section is the backward Euler method.
Mở rộng Taylor đượcsử dụng dưới đây để phân tích sai số của phương pháp Euler, và nó có thể được mở rộng để đạt được các phương pháp Runge- Kutta.
The Taylor expansionis used below to analyze the error committed by the Euler method, and it can be extended to produce Runge- Kutta methods..
Phương pháp Euler thường phục vụ như là cơ sở để xây dựng các phương pháp phức tạp hơn, ví dụ như, phương pháp Dự đoán- Hiệu chỉnh.
The Euler method often serves as the basis to construct more complex methods, e.g., predictor- corrector method..
Dạng thức chính xác của giới hạn này ít quan trọng trong thực tế, trong hầu hết các trường hợp, giới hạn này quá lớn so với saisố thực sự phạm phải bởi phương pháp Euler.
The precise form of this bound is of little practical importance, as in most cases the boundvastly overestimates the actual error committed by the Euler method.
Phương pháp Euler được đặt theo tên của Leonhard Euler, người đã đề cập đến phương pháp này trong cuốn sách Institutionum calculi integralis của ông( xuất bản 1768- 1770).
The Euler method is named after Leonhard Euler, who treated it in his book Institutionum calculi integralis(published 1768- 1870).
Tuy nhiên, phương pháp Runge- Kutta thích ứng đơn giản nhất liên quan đếnviệc kết hợp phương pháp Heun( có bậc 2), với phương pháp Euler( có bậc 1).
However, the simplest adaptive Runge- Kutta method involves combining Heun's method,which is order 2, with the Euler method, which is order 1.
Trong toán học và khoa học máy tính, phương pháp Euler là một phương pháp số bậc một để giải các phương trình vi phân thường( ODEs) với giá trị ban đầu cho trước.
In mathematics and computational science, the Euler method is a SN-order numerical procedure for solving ordinary differential equations(ODEs) with a given initial value.
Nếu phương pháp Euler được áp dụng cho phương trình tuyến tính y′= k y{\ displaystyle y'= ky}, thì lời giải số không ổn định nếu tích số h k{\ displaystyle hk} nằm bên ngoài vùng.
If the Euler method is applied to the linear equation y′= k y{\displaystyle y'=ky}, then the numerical solution is unstable if the product h k{\displaystyle hk} is outside the region.
Trong toán học và khoa học máy tính, phương pháp Euler là một phương pháp số bậc một để giải các phương trình vi phân thường( ODEs) với giá trị ban đầu cho trước.
In mathematics and computational science, the Euler method(also called forward Euler method) is a first-order numerical procedurefor solving ordinary differential equations(ODEs) with a given initial value.
Phương pháp Euler cũng có thể không ổn định về mặt phương pháp số, đặc biệt là đối với các phương trình cứng, có nghĩa là lời giải số tăng rất nhanh trong khi lời giải chính xác không( tăng).
The Euler method can also be numerically unstable, especially for stiff equations, meaning that the numerical solution grows very large for equations where the exact solution does not.
Phương pháp Euler là một phương pháp bậc một, có nghĩa là sai số cục bộ( sai số mỗi bước) tỷ lệ thuận với bình phương của kích thước bước, và sai số tổng thể( sai số tại một thời điểm nào đó) tỷ lệ thuận với kích thước bước.
The Euler method is a first-order method, which means that the local error(error per step) is proportional to the square of the step size, and the global error(error at a given time) is proportional to the step size.
Results: 56, Time: 0.0175

Word-for-word translation

Top dictionary queries

Vietnamese - English