weakly
in a way that is not strong
In a way that is not strong; with little power, energy, or feeling.
[someone] [verb] weakly
- She smiled weakly and sank back onto the pillow.
- He protested weakly but finally agreed to their plan.
- The injured bird beat its wings weakly before collapsing.
- I could hear her calling my name weakly from the next room.
- He shook my hand weakly, as if he were very tired.
- The old man walked weakly across the room.
- She laughed weakly at the joke, but she was still very sad.
- The baby cried weakly because it was sick.
- He knocked weakly on the door and waited.
- My grandmother speaks weakly when she is tired.
in a mathematically weak sense
In math, science, or computing, in a way that follows an easier or less strict rule than the full or "strong" rule, often allowing equality.
weakly [adjective] [noun]
- The sequence is weakly increasing if each term is greater than or equal to the previous term.
- A function that is weakly convex satisfies the convexity condition in a relaxed form.
- In theoretical computer science, a problem can be weakly NP-hard even if small instances are easy to solve.
- The model assumes demand is weakly decreasing in price.
- In this language, variables are weakly typed, so some type errors only appear at runtime.
- In math class, we learned that a line is weakly increasing if it never goes down.
- The teacher said the rule is weakly true, because there are some special cases.
- In statistics, two variables can be weakly correlated if the relationship is very small.
- A function that is weakly decreasing can stay the same or go down, but it does not go up.
- In computer science, a weakly typed language lets you mix some data types without errors at compile time.
- Base: weakly
- Plural: weaklies
weakly acidic
1having low acid strength
Used in chemistry to describe a substance or solution that is an acid but not a strong one, often because it only partly breaks into ions in water.
- Acetic acid is weakly acidic compared to hydrochloric acid.
- The solution is only weakly acidic, so it is not very dangerous to handle with care.
- Rainwater is usually weakly acidic due to dissolved carbon dioxide.
weakly basic
1having low base strength
Used in chemistry to describe a base that is not very strong, often because it does not take protons or form ions very easily in water.
- Ammonia is weakly basic in water, so its pH is only slightly above neutral.
- The solution is weakly basic, with a pH just over 7.
- Some salts create a weakly basic environment when they dissolve.
weakly correlated
1having a small statistical link
Used in statistics to say that two variables are related, but only a little; the strength of the relationship is low.
- Income and happiness are only weakly correlated in many studies.
- The two measurements are weakly correlated, so one does not predict the other very well.
- Although the variables are weakly correlated, the effect is still statistically significant.
weakly decreasing
1mathematical non-increasing behavior
Used in math to describe a function or sequence that never goes up: it can go down or stay the same, but it does not go up.
- The probability of error is weakly decreasing as the sample size grows.
- A weakly decreasing sequence can remain constant for many steps before it drops.
- If demand is weakly decreasing in price, raising the price will not increase the quantity demanded.
weakly increasing
1mathematical non-decreasing behavior
Used in math to describe a function or sequence that never goes down: it can go up or stay the same, but it does not go down.
- The function is weakly increasing on the interval, since its value never decreases as x grows.
- A weakly increasing sequence may contain many repeated values.
- If the cost is weakly increasing in quantity, buying more never makes it cheaper per unit.
weakly typed
1programming language with loose types
Used about a programming language where the rules about data types are not very strict, so the computer may change types automatically or only find type problems when the program runs.
- JavaScript is often described as a weakly typed language because it allows many implicit type conversions.
- In a weakly typed system, adding a number to a string may not cause an immediate error.
- Some developers prefer strongly typed languages, while others like the flexibility of weakly typed ones.