photo

Apoorv Rajput


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
how to evaluate a double integral using the trapezoidal rule equation?
function [ I ] = myTrapz2D( x0, xn, y0, yn, nx, ny ) syms f(x,y); syms x; syms y; f(x,y)=exp(y-x); dx = (xn - x0)/nx; dy ...

3 years 前 | 0