how can i write this equation f(A,B)=1/(​(|AUB)(|A|​))*Σ(aEA)(​bEB) d(a,b)

조회 수: 1 (최근 30일)
Almas Adil
Almas Adil 2018년 9월 26일
댓글: Walter Roberson 2018년 9월 26일
i want to create a function who calculate with equation
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 9월 26일
Does the U in AUB mean union, ∪, A∪B ? Does AUB mean the size of the set A∪B ? Does ||A| mean the size of the set A ?
Does the E in aEA mean the membership function, ∈ ? Like is it perhaps a double summation,
sum( a in A, sum(b in B, d(a,b) ) )
which is to say the sum of d over all pair-wise combinations of the elements of A and B ?

댓글을 달려면 로그인하십시오.

답변 (1개)

Almas Adil
Almas Adil 2018년 9월 26일
for all your questions above my answer is yes except d(a,b) is derivative
  댓글 수: 3
Almas Adil
Almas Adil 2018년 9월 26일
A AND B ARE SET OF VALUES
Walter Roberson
Walter Roberson 2018년 9월 26일
What does it mean to take the derivative of a value with respect to another value? The derivative of 7 with respect to 19 is not defined.
If they were sets of variable names then it could potentially make sense.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품


릴리스

R2013b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by