Recent content by andreass
-
A
Proving d, e and f as Linear Combinations of a, b and c
c1..c6 are coefficients, but I think they will probably change when a,b,c,d,e,f change.- andreass
- Post #5
- Forum: Calculus and Beyond Homework Help
-
A
Proving d, e and f as Linear Combinations of a, b and c
there's no mistake. a+b+c=d+e+f is correct- andreass
- Post #3
- Forum: Calculus and Beyond Homework Help
-
A
Proving d, e and f as Linear Combinations of a, b and c
Homework Statement Given: a>=b>=c>=0, d>=e>=f>=0, a>=d a+b>=d+e a+b+c=d+e+f a,b,c,d,e,f belong to Real numbers Prove that d, e, f can be expressed as linear combinations of a, b and c in such way: d=(c1+c2)*a+(c3+c4)*b+(c5+c6)*c e = (c1+c6)*a+(c2+c4)*b+(c3+c5)*c...- andreass
- Thread
- Combination Inequalities Linear
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
A
Undergrad Lottery probabilty - graph problem
Your advice is not much of a help. In the first post I stated that I don't know how to calculate minimum tickets needed and with which numbers should they be filled. So if I fill all the tickets needed with respectively needed combinations, there will be no loosing tickets.- andreass
- Post #5
- Forum: Set Theory, Logic, Probability, Statistics
-
A
Undergrad Lottery probabilty - graph problem
I think I didn't write clear enough :) It is possible to have 273 different combinations (lottery tickets) if draw 3 out of 14. But I win if at least 2 of 3 numbers are correct. What is the minimum number of tickets that I need to buy, to be sure I'll win? 91 is the number of doubles that...- andreass
- Post #3
- Forum: Set Theory, Logic, Probability, Statistics
-
A
Undergrad Lottery probabilty - graph problem
I have a problem, but don't know which way to try to solve it. There is lottery: 3 numbers will be drawn out of 14. Each ticket with 2 correct numbers win. If 5-8-14 will be drawn, I'll be winning also with my ticket 5-8-13 or 1-8-14 etc. Total possible tickets = 364 (combin[14,3])...- andreass
- Thread
- Graph lottery
- Replies: 5
- Forum: Set Theory, Logic, Probability, Statistics
-
A
Graduate How to Prove the Existence of a Cycle Subgraph for k-Connected Graphs?
Yes, it's the same. But in my opinion "better" definition is: Graph is k-connected if and only if it contains k internally disjoint paths between any two vertices- andreass
- Post #3
- Forum: Set Theory, Logic, Probability, Statistics
-
A
Graduate How to Prove the Existence of a Cycle Subgraph for k-Connected Graphs?
How to prove that for every k-connected graph (k>=2) with at least 2*k vertices, there exists subgraph, which is cycle with at least 2*k vertices? Ok, it’s obvious for k=2. It looks something like cycle with or without some other edges: But I've no ideas how to prove it for k>2 Any hints?- andreass
- Thread
- Graph
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
A
Does Ancestral Location Affect Vitamin C Absorption from Berries and Fruits?
Is there difference in absorption rate between various berries and fruits due to a place where you and your ancestors have lived? What I meant, is it true that my organism will absorb vitamin C much better from black currant than from lemon or kiwi (because I live in Baltic states and black...- andreass
- Thread
- Absorption
- Replies: 1
- Forum: Biology and Medical
-
A
Java JAVA - how to use command line arguments in more than 1 class
Thank you for the answer. I needed String s1 = this.sks; String s2 = sk.sks; Now everything works. :) btw. sorry for terrible identification in code.- andreass
- Post #3
- Forum: Programming and Computer Science
-
A
Java JAVA - how to use command line arguments in more than 1 class
Hello. I have this JAVA code, I have to change only class "LS", so that program gets sum and displays it. But I don't know how to get command line arguments to LS class (I need them in "??", to get sum). Can anyone help? :) public class S { public static void main(String[] args)...- andreass
- Thread
- Class Java Line
- Replies: 3
- Forum: Programming and Computer Science
-
A
How can I get absolute value of impedance?
Ok, device measures C' and G depending of frequency. Y = G + iB, where Y - admittance, G - conductance and B - susceptance Y = i*2*pi*f*C* -> C* = C' - iC" = C' - iG/2/pi/f And Z = 1/Y So in some kind a way there is imaginary part. And both parts can be used for Cole-Cole diagram, but that is...- andreass
- Post #3
- Forum: Electrical Engineering
-
A
How can I get absolute value of impedance?
Here's the thing. I have 4,7 nF capacitor and AC: 1 kHz < f < 10 MHz. I measure real and imaginary part of capacitance C*=C'+iC" (C'=C'(f) and C"=C"(f)). I did 2 measurements - in first capacitor is directly attached to measuring device, in second I use 1 m coaxial cables to attach it. I...- andreass
- Thread
- Absolute Absolute value Impedance Value
- Replies: 7
- Forum: Electrical Engineering