photo

Logeshwari S


Last seen: plus de 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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

plus de 2 ans il y a | 0

Réponse apportée
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(...

plus de 2 ans il y a | 0