Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98224

Re: LU decomposition

From Nagy László Zsolt <gandalf@shopzeus.com>
Newsgroups comp.lang.python
Subject Re: LU decomposition
Date 2015-11-03 19:21 +0100
Message-ID <mailman.15.1446641621.16136.python-list@python.org> (permalink)
References <1e6c4ce1-885c-43ac-b0a5-054f46d4c96e@googlegroups.com>

Show all headers | View raw


> Hey,
>
> I have to write a LU-decomposition. My Code worked so far but (I want to become better:) ) I want to ask you, if I could write this LU-decomposition in a better way?
Why can't you just use scipy for this?

http://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.linalg.lu.html

Do you really need to reinvent the wheel?

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

LU decomposition gers antifx <schweiger.gerald@gmail.com> - 2015-11-01 02:04 -0800
  Re: LU decomposition Chris Angelico <rosuav@gmail.com> - 2015-11-01 21:18 +1100
  Re: LU decomposition Peter Otten <__peter__@web.de> - 2015-11-01 12:55 +0100
  Re: LU decomposition Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2015-11-03 15:52 +0000
  Re: LU decomposition Nagy László Zsolt <gandalf@shopzeus.com> - 2015-11-03 19:21 +0100

csiph-web