photo

Logeshwari S


Last seen: oltre 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

  • Revival Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre 2 anni fa | 0

Risposto
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(...

oltre 2 anni fa | 0