Community Profile

photo

Almas Adil


Active since 2018

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Answered
how can i write this equation f(A,B)=1/((|AUB)(|A|))*Σ(aEA)(bEB) d(a,b)
for all your questions above my answer is yes except d(a,b) is derivative

5 years ago | 0

Question


how can i write this equation f(A,B)=1/((|AUB)(|A|))*Σ(aEA)(bEB) d(a,b)
i want to create a function who calculate with equation

5 years ago | 1 answer | 0

1

answer

Question


function [CM KG]=STtosi(In,Ib) It is not working
i have built a function to convert Ib to kg and in to cm. but it is not working my code function [CM KG]=STtosi(In,Ib) CM=(10...

6 years ago | 1 answer | 0

1

answer

Question


how to write a code to find Min and Max of quadratic equation
unable to find MATLAB builtin function that calculate Max And Min of quadratic equation.

6 years ago | 1 answer | 0

1

answer

Question


i have an equation to solve y(x)=0.9x^4-12x^2)-5x.
y(x)=0.9x^4-12x^2)-5x. here is my matlab code x=[-4:1:4]; y(x)=0.9*power((x),4)-12*power((x),2)-5*(x) by runnin...

6 years ago | 1 answer | 0

1

answer