Rank: 617 based on 113 downloads (last 30 days) and 10 files submitted
photo

Jordi Soler Penades

E-mail
Lat/Long
51.14199829101562, 0.342000007629395

Personal Profile:

Students at the University of Surrey

Professional Interests:

 

Watch this Author's files

 

Files Posted by Jordi View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Jul 2005 Non-linear shot Solves linear and non-linear boundary problem using shot method (secant or Newton) Author: Jordi Soler Penades shot, problem, boundary, differential equation... 3 0
  • 4.0
4.0 | 1 rating
22 Jul 2005 Gauss-Chevyshev Integrates function using Gauss-Chevyshev method Author: Jordi Soler Penades integration, gausschevyshev integr..., function, polynomial, evaluates, integral 3 0
19 Jul 2005 Gauss-Hermite Integrates a function using gauss-hermite method Author: Jordi Soler Penades integration, gausshermite, cuadrature, method 15 3
  • 3.0
3.0 | 2 ratings
19 Jul 2005 Gauss-Laguerre Integrates a functio using Gauss-Laguerre cuadrature method Author: Jordi Soler Penades integration, gausslaguerre, method, mathematics 16 9
  • 2.8
2.8 | 6 ratings
19 Jul 2005 Montecarlo Integrates funcion using Monte-Carlo method Author: Jordi Soler Penades carlo, mathematics, monte carlo, integral, monte, integration 35 4
  • 4.4
4.4 | 5 ratings
Comments and Ratings on Jordi's Files View all
Updated File Comment by Comments Rating
07 Dec 2011 Gauss-Legendre Numericaly evaluates integral using Gauss-Legendre quadrature method. Author: Jordi Soler Penades Yang

good

23 Aug 2011 Gauss-Laguerre Integrates a functio using Gauss-Laguerre cuadrature method Author: Jordi Soler Penades Elleesse

What is the input 'alpha' in Geert V.D.'s approach to computing the Gauss-Laguerre quadrature?

function [x, w] = GaussLaguerre_2(n, alpha)

i = 1:n;
a = (2*i-1) + alpha;
b = sqrt( i(1:n-1) .* ((1:n-1) + alpha) );
CM = diag(a) + diag(b,1) + diag(b,-1);

[V L] = eig(CM);
[x ind] = sort(diag(L));
V = V(:,ind)';
w = gamma(alpha+1) .* V(:,1).^2;

Your response would be greatly appreciated.

13 Jun 2011 Gauss-Laguerre Integrates a functio using Gauss-Laguerre cuadrature method Author: Jordi Soler Penades Ördek, Süleyman

götverenler

10 Jun 2011 Gauss-Legendre Numericaly evaluates integral using Gauss-Legendre quadrature method. Author: Jordi Soler Penades rasool

very good

23 Jun 2010 Gauss-Hermite Integrates a function using gauss-hermite method Author: Jordi Soler Penades Kyle
Top Tags Applied by Jordi
integration, mathematics, integral, boundary, differential equations
Files Tagged by Jordi View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Jul 2005 Non-linear shot Solves linear and non-linear boundary problem using shot method (secant or Newton) Author: Jordi Soler Penades shot, problem, boundary, differential equation... 3 0
  • 4.0
4.0 | 1 rating
22 Jul 2005 Gauss-Chevyshev Integrates function using Gauss-Chevyshev method Author: Jordi Soler Penades integration, gausschevyshev integr..., function, polynomial, evaluates, integral 3 0
19 Jul 2005 Gauss-Hermite Integrates a function using gauss-hermite method Author: Jordi Soler Penades integration, gausshermite, cuadrature, method 15 3
  • 3.0
3.0 | 2 ratings
19 Jul 2005 Gauss-Laguerre Integrates a functio using Gauss-Laguerre cuadrature method Author: Jordi Soler Penades integration, gausslaguerre, method, mathematics 16 9
  • 2.8
2.8 | 6 ratings
19 Jul 2005 Montecarlo Integrates funcion using Monte-Carlo method Author: Jordi Soler Penades carlo, mathematics, monte carlo, integral, monte, integration 35 4
  • 4.4
4.4 | 5 ratings

Contact us at files@mathworks.com