I am stuck with this double summation system.

조회 수: 8 (최근 30일)
SungJun Jun
SungJun Jun 2019년 11월 27일
답변: Jyothis Gireesh 2020년 1월 2일
Can anyone provide me the basic codings for this problem including the double summat\ion?
Never seen anything like this in ma life tho
Please help temp_1574857018082.-738044553.jpeg
  댓글 수: 2
Walter Roberson
Walter Roberson 2019년 11월 27일
It is an infinite sum. You should use symsum()
SungJun Jun
SungJun Jun 2019년 11월 28일
SO How do you code that thing?

댓글을 달려면 로그인하십시오.

답변 (1개)

Jyothis Gireesh
Jyothis Gireesh 2020년 1월 2일
Here are a few pointers which may be of help to you:
  • The first step may be to define “m”, “n”, “x”, “y” and “t” as symbolic variables and “C” as a symbolic function of three variables.
  • To define the equation you may take a look at the following answer which performs a similar operation using symsum()”
Hope this helps!!

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by