photo

Marek Hutta


Last seen: 3 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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 månader ago | 1 answer | 0

1

answer

Question


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 månader ago | 2 answers | 0

2

answers