photo

Marek Hutta


Last seen: 3개월 전 2024년부터 활동

Followers: 0   Following: 0

통계학

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Solution of Diophantine equation ax + by = c, by means of Euclidean algorithm
function [d,p,q,r,s] = euklidalg(a,b,c); % Solution of Diophantine equation ax + by = c % by means of Euclidean algorithm % T...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


Discrete z to convert z^-1
Hello. Change i it correctly? 0.0004773 (z+0.9544) --------------------- (z-0.9591) (z-0.9064) to 0.0004773z^-1 (1+0...

6개월 전 | 답변 수: 2 | 0

2

답변