نتایج جستجو برای: generalized hirota

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

2017
Ying SHI Jonathan NIMMO Junxiao ZHAO

The paper presents two results. First it is shown how the discrete potential modified KdV equation and its Lax pairs in matrix form arise from the Hirota–Miwa equation by a 2-periodic reduction. Then Darboux transformations and binary Darboux transformations are derived for the discrete potential modified KdV equation and it is shown how these may be used to construct exact solutions.

2017
Matthew Randall

We investigate which three dimensional near-horizon metrics gNH admit a compatible 1-form X such that (X, [gNH ]) defines an Einstein-Weyl structure. We find explicit examples and see that some of the solutions give rise to Einstein-Weyl structures of dispersionless KP type and dispersionless Hirota (aka hyperCR) type.

2005
Takao Suzuki

In this paper, we show that the Garnier system in n-variables has affine Weyl group symmetry of type B (1) n+3. We also formulate the τ functions for the Garnier system (or the Schlesinger system of rank 2) on the root lattice Q(Cn+3) and show that they satisfy Toda equations, Hirota-Miwa equations and bilinear differential equations.

2008
Jyh-Hao Lee Oktay K. Pashaev

Physically relevant soliton solutions of the resonant nonlinear Schrodinger (RNLS) equation with nontrivial boundary conditions, recently proposed for description of uniaxial waves in a cold collisionless plasma, are considered in the Hirota bilinear approach. By the Madelung representation, the model transformed to the reaction-diffusion analog of the NLS equation for which the bilinear repres...

1994
L. Faddeev A. Yu. Volkov

The hamiltonian formalism is developed for the Sine-Gordon model on the space-time light-like lattice, first introduced by Hirota. The evolution operator is explicitely constructed in the quantum variant of the model, the integrability of corresponding classical finite-dimensional system is established.

2006
Kounosuke Watabe

presentation 1. Bandyopadhyay, S., Wang, Y., Pai, S.K., Hirota, S., Hosobe, S., Tsukada, T., Miura, K., Takano U., Saito, K., Commes, T., Piquemal, D., Watabe, M., and Watabe K. (2005) The metastasis suppressor gene Drg-1 downregulates the expression of ATF3 in prostate and breast carcinoma. American Association for Cancer Research. Anaheim, CA.

Journal: :International Journal of Computer Applications 2014

Journal: :Theoretical and Mathematical Physics 2022

We consider a simplest two-dimensional reduction of the remarkable three-dimensional Hirota–Ohta system. The Lax pair system was extended to triad by adding extra third linear equation, whose compatibility conditions with imply another systems: Kulish–Sklyanin (KSS) together its first higher commuting flow, which we can call vector complex mKdV. This means that any common particular solution bo...

Journal: :Applied Mathematics and Computation 2013
Hong-Chan Zheng Wen-Xiu Ma Xiang Gu

Linear superposition principles of hyperbolic and trigonometric function solutions are analyzed for Hirota bilinear equations, with an aim to construct a specific sub-class of N-soliton solutions formulated by linear combinations of hyperbolic and trigonometric functions. An algorithm using weights is discussed and a few illustrative application examples are presented. 2013 Elsevier Inc. All ri...

2017
Toshiyuki Imamura

3.1 Members Toshiyuki Imamura (Team Leader) Yoshiharu Ohi (PostDoctoral Researcher) Yusuke Hirota (PostDoctoral Researcher) Daichi Mukunoki (PostDoctoral Researcher) Daisuke Takahashi (Senior Visiting Researcher) Franz Franchetti (Visiting Researcher) Yoshio Okamoto (Visiting Researcher) Takeshi Fukaya (Visiting Researcher) Cong Li (Student Trainee) Doru Thom Popovich (Student Trainee) Yukiko A...

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

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

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"; } -->