Community Profile

photo

Prajwal Gowdru Shanthamurthy


Last seen: 10개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to avoid introducing abs( ) when simplifying expressions using the symbolic toolbox ?
%% Problem 6.4 syms x y x_dot y_dot assume(x,'real'); assume(y, 'real'); assume(x_dot, 'real'); assume(y_dot, 'real'); %...

2년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Integrating a function over an array of coordinate
https://www.mathworks.com/help/matlab/ref/integral3.html I didn't really understand the integral you're trying to compute. I'm ...

대략 3년 전 | 0

질문


"Error using griddedInterpolant .The sample points must be finite."
load samplefile.mat interp_horizontal_radiation = interp1(time_sec,horizontal_radiation,interp_time_sec); On using interp1 for...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Meaning of hypergeometric function as an answer to an indefinite integral.
syms a x real expression= sqrt(1+a^2/x^4); F = int(expression,x); This yields F to be a "hypergeometric function". Does that ...

3년 초과 전 | 답변 수: 1 | 0

1

답변