Community Profile

photo

Logeshwari S


Last seen: mer än 2 år ago Active since 2021

Statistics

  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

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

mer än 2 år ago | 0

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

mer än 2 år ago | 0