Multiplicative Inverse Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: mulinv.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: G. Levin (View more)

Multiplicative Inverse script description:




Publisher review:
Multiplicative Inverse finds the multiplicative inverse over finite (Galois) field. MULINV(X,P) is a function that finds the multiplicative inverse of vector X over finite (Galois) field of order P, i.e. if Y = MULINV(X,P)then (X*Y) mod P = 1 or Y = X^(-1) over field of order P.The input parameters are vector of integers X and a scalar P which represents the field order. The output is a size(X) vector which is the multiplicative inverses of X over P.The field order P must be a prime number and all elements of X should belong to the field i.e. X < P. Note: Over any field of numbersthe multiplicative inverse of one is one and the multiplicative inverse of zero doesn't exist.Example: X = [1 2 5], P = 7.Y = MULINV(X,P) => Y = [1 4 3];The function doesn't check the format of input parameters. Requirements: ยท MATLAB Release: R14
Multiplicative Inverse is a Matlab script for Communication Tools scripts design by G. Levin. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5