photo

Logeshwari S


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

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

2年以上 前 | 0

回答済み
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(...

2年以上 前 | 0