نتایج جستجو برای: interval numbers

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

2014
Martín Hötzel Escardó Alex K. Simpson

Datatypes for Real Numbers in Type Theory Mart́ın Hötzel Escardó and Alex Simpson 1 School of Computer Science, University of Birmingham 2 LFCS, School of Informatics, University of Edinburgh Abstract. We propose an abstract datatype for a closed interval of real numbers to type theory, providing a representation-independent approach to programming with real numbers. The abstract datatype requir...

2012
Susovan Chakrabortty Madhumangal Pal Prasun Kumar Nayak

A manufacturing inventory model with shortages with carrying cost, shortage cost, setup cost and demand quantity as imprecise numbers, instead of real numbers, namely interval number is considered here. First, a brief survey of the existing works on comparing and ranking any two interval numbers on the real line is presented. A common algorithm for the optimum production quantity (Economic lot-...

2009
Xixiang Zhang Guangxue Yue

Interval-valued intuitionistic fuzzy number uses membership degree and non-member ship degree to express a decision-maker’s hesitation, which make decision-maker express his/her opinion in uncertainty decision-making environment easily. The comparison between some intervalvalued intuitionistic fuzzy numbers can not be undertaken because of its limitation. In application such as weak consistency...

Journal: :I. J. Bifurcation and Chaos 2001
Michael A. Saum Todd R. Young

Noninvertible circle maps may have a rotation interval instead of a unique rotation number. One may ask which of the numbers or sets of numbers within this rotation interval may be observed with positive probability in term of Lebesgue measure on the circle. We study this question numerically for families of circle maps. Both the interval and “observed” rotation numbers are computed for large n...

Journal: :Electr. J. Comb. 2013
Matthias Beck Jessica De Silva Gabriel Dorfsman-Hopkins Joseph Pruitt Amanda Ruiz

An interval vector is a (0, 1)-vector in Rn for which all the 1’s appear consecutively, and an interval-vector polytope is the convex hull of a set of interval vectors in Rn. We study three particular classes of interval vector polytopes which exhibit interesting geometric-combinatorial structures; e.g., one class has volumes equal to the Catalan numbers, whereas another class has face numbers ...

2008
Xin Xu Weize Wang Zhoujing Wang

* Correspondence author. Abstract The fuzzy multi-attribute decision making problems are investigated, in which the attribute values are given as intervalvalued intuitionistic fuzzy numbers and the attribute weight information is incomplete. Some operational laws of interval-valued intuitionistic fuzzy numbers, score function and accuracy function of interval-valued intuitionistic fuzzy numbers...

2011
Pranab Biswas Surapati Pramanik

Capital cost, resale value and running cost including maintenance costs, repairing costs, and operation costs of equipment are considered as crisp numbers in ordinary replacement problem. Nevertheless, in a special situation such as operating military equipments during wartime, the working efficiency of the machine and its related costs are no longer crisp but uncertain. This uncertainty can be...

Journal: :Sakarya University Journal of Science 2021

The purpose of this paper is to determine when and under which conditions the solution game value infinite interval matrix games will exist. Firstly, concept a reasonable defined in was extended games. Then, were characterized by using sequences numbers (defined Chiao, 2002) their convergence numbers. Considering that each row or column payoff sequence numbers, we assume converges same number α...

Journal: :Advances in Difference Equations 2021

Abstract A new family of p -Bernoulli numbers and polynomials was introduced by Rahmani (J. Number Theory 157:350–366, 2015) with the help Gauss hypergeometric function. Motivated that paper in light recent interests finding degenerate versions, we construct generalized Bernoulli means In addition, type Eulerian as a version numbers. For numbers, express them terms Stirling second kind, -Stirli...

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

چکیده شیل های ارغوانی به عنوان یک عضو رسمی در قاعده سازند پابده در نقاط متعددی از زاگرس رخنمون دارند. به منظور بررسی چینه¬شناسی و محیط رسوبی شیل¬های ارغوانی در بخش شمالی حوضه زاگرس، 4 برش در استان ایلام در مناطق پاریاب، ملکشاهی، بیشه¬دراز و دره شهر به همراه برش الگوی سازند پابده واقع در تاقدیس گورپی در شرق استان خوزستان برداشت و مورد مطالعه قرار گرفت. در مجموع از این برش¬ها 507 اسلاید پالینول...

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

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

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