Community Profile

photo

Prajwal Gowdru Shanthamurthy


Last seen: 9 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 2 answers | 0

2

answers

Answered
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 years ago | 0

Question


"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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer