benchmarks.wiki / Public workspace

Omni-MATH / Given two integers m,n which are greater than 1. r,s are two given positive real numbers such that r<s. For all a_(ij)≥0 which are not all zeroes,find the maximal value of the expr…

Problem

Answer published by the source. Consult the official source to check your work against its answer.

problem

Given two integers m,nm,n which are greater than 11. r,sr,s are two given positive real numbers such that r<sr<s. For all aij0a_{ij}\ge 0 which are not all zeroes,find the maximal value of the expression f=(j=1n(i=1maijs)rs)1r(i=1m)j=1naijr)sr)1s.f=\frac{(\sum_{j=1}^{n}(\sum_{i=1}^{m}a_{ij}^s)^{\frac{r}{s}})^{\frac{1}{r}}}{(\sum_{i=1}^{m})\sum_{j=1}^{n}a_{ij}^r)^{\frac{s}{r}})^{\frac{1}{s}}}.
Plain-text mathematical notation (without MathML)
Given two integers m,n which are greater than 1. r,s are two given positive real numbers such that r<s. For all a_(ij)≥0 which are not all zeroes,find the maximal value of the expression
f=((∑_(j=1)^(n)(∑_(i=1)^(m)a_(ij)^(s))^((r)/(s)))^((1)/(r)))/((∑_(i=1)^(m))∑_(j=1)^(n)a_(ij)^(r))^((s)/(r)))^((1)/(s))).
Original LaTeX notation
Given two integers $m,n$ which are greater than $1$. $r,s$ are two given positive real numbers such that $r<s$. For all $a_{ij}\ge 0$ which are not all zeroes,find the maximal value of the expression
\[f=\frac{(\sum_{j=1}^{n}(\sum_{i=1}^{m}a_{ij}^s)^{\frac{r}{s}})^{\frac{1}{r}}}{(\sum_{i=1}^{m})\sum_{j=1}^{n}a_{ij}^r)^{\frac{s}{r}})^{\frac{1}{s}}}.\]

Discussion

Discussion

No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

See answer Answer published by the source

Artifacts

Code, notes and reproducible work shared by participants. Files are served from a separate origin.

No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Source and history

Official source

initial import