نتایج جستجو برای: pascal matrix

تعداد نتایج: 368678  

2013
Tian-Xiao He Sheng-liang Yang Sai-nan Zheng Shao-peng Yuan

Using Riordan arrays, we introduce a generalized Delannoy matrix by weighted Delannoy numbers. It turn out that Delannoy matrix, Pascal matrix, and Fibonacci matrix are all special cases of the generalized Delannoy matrices, meanwhile Schröder matrix and Catalan matrix also arise in involving inverses of the generalized Delannoy matrices. These connections are the focus of our paper. The half o...

Journal: :Appl. Math. Lett. 2007
Halil Oruç

A scaled version of the lower and the upper triangular factors of the inverse of the Vandermonde matrix is given. Two applications of the q-Pascal matrix resulting from the factorization of the Vandermonde matrix at the q-integer nodes are introduced. c © 2007 Elsevier Ltd. All rights reserved.

Journal: :Discrete Applied Mathematics 2008
Weiping Wang Tianming Wang

In this paper, we study the relations between the Bell matrix and the Fibonacci matrix, which provide a unified approach to some lower triangular matrices, such as the Stirling matrices of both kinds, the Lah matrix, and the generalized Pascal matrix. To make the results more general, the discussion is also extended to the generalized Fibonacci numbers and the corresponding matrix. Moreover, ba...

2013
Paul Barry

We study the properties of a parameterized family of generalized Pascal matrices, defined by Riordan arrays. In particular, we characterize the central elements of these lower triangular matrices, which are analogues of the central binomial coefficients. We then specialize to the value 2 of the parameter, and study the inverse of the matrix in question, and in particular we study the sequences ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تبریز 1389

la seconde moitié du xviie siècle est le témoin de la lutte religieuse entre les jansénistes et les jésuites. le jansénisme est fondé par théologien hollandais, jansénius. ce courant se développera dans les milieux intellectuels et religieux de lépoque, en particulier à labbaye de port-royal, considérée comme le berceau du jansénisme. a vrai dire, le jansénisme est un catholicisme ultra-orthodo...

2009
DALIBOR BIOLEK VIERA BIOLKOVÁ

The LDI matrix is introduced in its full and shortened forms. As an analogy of the Pascal matrix for the bilinear transform, the LDI matrix serves to transform the coefficients of the transfer functions of continuousand discrete-time linear circuits which are connected by the LDI (Lossless Discrete Integration) transform. The basic properties of the LDI matrix are presented and a procedure of i...

Journal: :Turkish journal of mathematics & computer science 2022

We define a new generalization of Gaussian Pell-Lucas polynomials. call it $d-$Gaussian Then we present the generating function and Binet formula for give matrix representation Using Riordan method, obtain factorizations Pascal involving

2001
Roland Bacher

for 0 ≤ i, j ∈ N. The matrix P is hence the famous Pascal triangle yielding the binomial coefficients and can be recursively constructed by the rules p0,i = pi,0 = 1 for i ≥ 0 and pi,j = pi−1,j + pi,j−1 for 1 ≤ i, j. In this paper we are interested in (sequences of determinants of finite) matrices related to P . The present section deals with determinants of some minors of the above Pascal tria...

2004
Shahadat Hossain Trond Steihaug

An elimination procedure based on Schur complement calculation is proposed for restoring the nonzero elements of a sparse Jacobian matrix. We provide a sparsity usage parameter that can be specified by users to tune the cost of matrix-vector product calculation and the cost of restoration of the nonzero entries. We employ Pascal seeding to compress the Jacobian matrix. Preliminary numerical tes...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->