photo

Vignesh Ramakrishnan


Last seen: alrededor de 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

4 Preguntas
0 Respuestas

Cody

0 Problemas
5 Soluciones

CLASIFICACIÓN
182.969
of 301.261

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.209

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
55.605
of 173.690

CONTRIBUCIONES
0 Problemas
5 Soluciones

PUNTUACIÓN
62

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Solver

Ver insignias

Feeds

Ver por

Pregunta


How to use ODE45 to solve finite difference of 2D heat equation PDE ?
Heat equation for a temperature distribution U(t,x,y) on a rectangular plate is given by Ut= D(Uxx + Uyy), 0<x<L, 0<y<W U(0,x...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Resuelto


Inner product of two vectors
Find the inner product of two vectors.

más de 5 años hace

Resuelto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

más de 5 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

más de 5 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 5 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 5 años hace

Pregunta


While trying to solve the 2D polar heat equation using semi-discrete finite difference using ode45, I am unable to deal with the singularity at origin(for which I can only think of averaging the previous time step, which is not possible with ode45).
2D Polar Heat Equation: Converting to ODE as , with My Code: %Circular disc 2D Dirichlet BC clear all; clc; close all; a...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Unable to accept a vector as parameter in user defined function.
I made a function to add a set of 'n' sine terms as per my algorithm. function inst_amplitude = sincustom(t,[FreqList],[AmpL...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to solve 2D heat equation for a sector of a circular disc using finite difference method?
I am starting off with Dirichlet boundaries. How do I generate a sector of a circular mesh ?

más de 5 años hace | 0 respuestas | 0

0

respuestas