Skip to content

Julia package to calculate logarithm and exponential of Complex BigFloat (Higher precision) Matrices.

License

Notifications You must be signed in to change notification settings

MalayMDas/ComplexBigMatrices.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComplexBigMatrices

This module calculates exp(), log() of complex BigFloat Matrices by diagonalizing them.

Sample usage

setprecision(512)
a = [[1 1.0im];[1.0im 1]];
biga = Complex{BigFloat}.(a)

using ComplexBigMatrices
eigen(biga)
exp(biga)
log(biga)

About

Julia package to calculate logarithm and exponential of Complex BigFloat (Higher precision) Matrices.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages