Community Profile

photo

Logeshwari S


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Revival Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
MATLAB homework question
Find the maxima and minima for the following functions: f(x, y) = x 4 + y 4 − 2x 2 + 4xy − 2y 2 .

más de 2 años hace | 0

Respondida
Solving equations using Laplace transform
clear all clc syms x w f=input('Enter the function of x: '); F=laplace(f,x,w); disp('Laplace transform of f(t) = '); disp(...

más de 2 años hace | 0