Community Profile

photo

Armando Gamez


自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

Feeds

排序方式:

提问


How can I take a symbolic triple integral of a piecewise function with a singularity at 10.7 that does not allow the value to surpass this value?
clc; clear; Pr=1; R0plus = input('Enter a value for R0+: '); syms yplus Yplus Yp; rplus = R0plus-yplus; Eoverv = piecewise...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How can I evaluate the double integral of a piece-wise function and get a numerical answer, instead of the rewritten integral?
pieclc; clear; R0plus = input('Entera value for R0+');%%Might have to change to syms%%% syms yplus; rplus = R0plus-yplus; k...

5 years 前 | 2 个回答 | 0

2

个回答