I am stuck with this double summation system.

7 visualizaciones (últimos 30 días)
SungJun Jun
SungJun Jun el 27 de Nov. de 2019
Respondida: Jyothis Gireesh el 2 de En. de 2020
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 comentarios
Walter Roberson
Walter Roberson el 27 de Nov. de 2019
It is an infinite sum. You should use symsum()
SungJun Jun
SungJun Jun el 28 de Nov. de 2019
SO How do you code that thing?

Iniciar sesión para comentar.

Respuestas (1)

Jyothis Gireesh
Jyothis Gireesh el 2 de En. de 2020
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!!

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by