photo

Ganesh


Last seen: ungefär 2 månader ago Active since 2023

Followers: 0   Following: 0

Statistics

All
  • Community Group Solver
  • Promoter
  • Solver
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


How to avoid log10 from calculating for log values or if its calculated for complex log how do i avoid it?
for example if code log10(-3) i get ans = 0.4771 + 1.3644i but as we know log isn't defined for negative value. ...

9 månader ago | 1 answer | 0

1

answer

Answered
How can I determine the order of a symbolic differential equation?
function order = order_polynomial(poly1,x) count=0; temp=1; while(temp~=0) poly1=diff(poly1,x); if poly1==0 ...

mer än ett år ago | 0