o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

the meaning of a mathematical symbol -

Could someone please tell me what the symbol which looks like E (for example in ) means? I keep seeing this symbol, and I am very curious.

Thanks!

 

the meaning of a mathematical symbol -
Could someone please tell me what the symbol which looks like E (for example in ) means? I keep seeing this symbol, and I am very curious. Thanks!


Decimal symbol. -
Does anyone know how to programmatically determine if the PCs REGIONAL SETTINGS | NUMBERS | DECIMAL SYMBOL is set to a ‘comma’ or a ‘period’? Also, does anyone have pointers to reference material that addresses programming techniques for mathematical routines/functions where


Mathematical Problem -
Hi, I am working on a project to create a question bank to store all mathematical problems of a competetive exam. My problem is how does the user enter the mathematical symbol like squreroot,square,cube cube root etc. Also for geometrical problems how to store diagrams?? ciao


Little help with formula pseudocode -
hello guys, I've got the following formula (see attached img), this is the first time ive encountered such mathematical symbol and i cnt seem to understand it >.< Here is what i fot of it so far: R is equal the set union of Ri where Ri contains the same elements of Rj and is


Displaying mathematical expresion -
Can you please tell me how to display mathematical expressions like squares, square roots and all in VB. I'm developing a online test for mathematical students. How do I store those mathematical expressions in database and how to display them without using image files. Can you please h


Mathematical expressions -
Can you please tell me how to display mathematical expressions like squares, square roots and all in VB. I'm developing a online test for mathematical students. How do I store those mathematical expressions in database and how to display them without using image files. Can you please h


displaying rtf text in crystal report -
I have saved some data in rtf format in my database using richtextbox control in vb which is correctly retrieved by the same richtextbox in a vb form. but when I call the same data (particularly those which contain maths equations or mathematical symbols etc.) then then I get very wier


Δ symbol -
Does anyone know how to insert the Δ symbol into a VB 6 program. I searched the internet and the best i could come up with was Chr(208) which gave me Ð. I have the free trial version of PopChar but the Δ symbol is greyed out. Please help.


Mathematical combinations -
Using Visual Basic functions, is it possible to do mathematical combination's (I do not know if that is the real name) Here are some of example: 10 nCr 2 = 45 10 nCr 3 = 120 5 nCr 2 = 10 10 nCr 10 = 1 80 nCr 2 = 3160 ETC


Problem with trademark symbol -
I am using Visual Studio .NET 2003 and am having a very odd problem. I am trying to use the trademark (TM) symbol. I enter &trade; , which works for a while, but after a few saves it converts it to the tiny 'tm' symbol in my ASP page, which would be fine except when it is a TM


How to put a small symbol at the task bar -
Hi all, May I know how to put a small symbol at the task bar? In the properties, we can change the caption to the anything(words). But, can I put a small symbol at all my window displays? How to insert the symbol? Thank you,


mathematical symbols -
anyone have any ideas or methods on having vb print things like integral signs or other mathematical notations on something like a form or picbox? mael


Printing a Check Mark -
I would like to print a Checkmark out for one of my applications. I found the Symbol that I would like to use from MS word, does anyone know a way to Print that symbol? When I copied and pasted the symbol into VB.NET(1.1) it came out as a P? Any help or advice would be apprecia


UK Keyboard Question -
On this UK keyboard, at the top left corner is a key which has three symbols on it: ` ¬ and a third symbol that looks like a broken pipe | symbol. How can I access this third symbol? (And why is it there?)


(Resolved)Mathematical formula in vb6 -
i wanted to calculate some values in the following manner vat=txtprice / 1.04 * txtpercent % example : result=25 / 1.04 * 4% the result will be 0.96 how to multiply by 4% in vb txtprice is having price and txtpercent is havinvg only value of percent not the symbol of


mathematical operations on strings -
I just inherited a program that does a bunch of mathematical operations on strings, ie, subtraction and multiplication. It appears that the complier converts the strings to single, does the operation, and converts it back. That is what I need but never used strings that way. I am ne


Vertical bar symbol -
I am a rookie so solution may be simple. I am trying to set the Filter Property of OpenFileDialog separating options using what is refered to as a "vertical bar" or "pipe symbol". It is a vertical line symbol and I do not know what keyboard entry creates the ass


confused mathematical equation -
I have a equation: N(n,k)=N(n-1,k-1)+N(n-2,k) how do I use mathematical induction to get: N(n,k) = C( n+k/2, k) where C(a,b) is the binomial coefficient (combination) function. Thanks


can -
When a form load, I hope the picture is loaded from an access table's OLE object field. But errors comes: Dim rs As ADODB.Recordset Dim cn As ADODB.Connection Dim strSQL As String Set rs = New ADODB.Recordset Set cn = New ADODB.Connection strSQL = "SELECT * FROM [Chemi


Modelling of Graph -
Hello All, I once asked before this topic as well, but could not solve the problem. Please guide me that how can I show this graph in mathematical equation form ? Or taking these points, can we make a mathematical relation. thank you very much for your time. Best regard


Which OS for mathematical simulations using VB -
Which OS for mathematical simulations using VB? Can anyone recommend a good OS for the following. I want to do some (long) mathematical simulations in VB – probably VB6 as I’ve done lots of it in the past. So no connection to the net for the purposes of development, or the s


Can't get imgae file from Access table -
When a form load, I hope the picture is loaded from an access table's OLE object field. But errors comes: Dim rs As ADODB.Recordset Dim cn As ADODB.Connection Dim strSQL As String Set rs = New ADODB.Recordset Set cn = New ADODB.Connection strSQL = "SELECT * FROM [Chemi


[2008] degree symbol -
for some reason when i copy and paste the little degree symbol from word into a label it becomes a square so i want this in a label ⁰ do any of you know why this would happen or how i can get the degree symbol in there? thanks in advance


Maths with textbox -
Hello everyone. I have two textboxes and two buttons on my form On textbox is for someone entering a variable and when they press the button I want it to add a new variable with the name of the letter. So they say x and choose whether to set a value to it. How would I go about doi


drawing mathematical symbols - help -
Does anyone know the particulars on automating equation editor from a vb program. I need to write a program that can print out mathematical symbols like integral signs and such thanks


where can i find the Divide symbol -
does anyone know where i can find the symbol that we use for divide, in a font? by symbol, i mean the hyphen with a dot on the top and bottom that we learned as kids, not the forward slash. that is, the one that looks like this: 0 ------- 0 i want t


Modern art -
Which do you think is more important: the meaning that the artist intended, the artist's ability to represent that meaning, or the meaning the observer figures out for themselves? I'm asking because I've had some debate with people I know about modern art.


Working with equations -
I want to make a simple program that solves simple mathematical expressions..for example if user types the following in one of the text box a+b where a and b are two variables and their values are determined by the program. Is there anyway to evaluate a string expression as a ma


How to get the currency symbol for a specific currency -
Hello ! I want to get the currency symbol for a specific currency. For example for "USD" i want to get the $ symbol. For "EURO" i want to get the E symbol. Is there a way to get this symbol without depending on country specific settings ? Thank you !


Handling the ' symbol for the database -
In my vbscript code in my ASP page, sometimes a user inputs a string with a ' symbol. When it tries to enter this in the database, it thinks this is the end of the string. i.e. The Word "Rock'n'Roll" I need to surrounds the ' symbol with quotes I think to allow it to be p


Debug Symbol Files -
I've got a really weird problem... When I set a breakpoint my program will crash. If I don't set a breakpoint my code will run fine. This makes it impossible to debug. After doing some reserach I think I need to load symbols, I found some information that looked to be usefull b


Entering unicode chars -
When you look in charmap, some of the chars can be typed. For example, the degree symbol can be typed by holding down alt then typing 0176. Then presto the degree symbol appears. Then there are the other kind that say U+266B (or similar). How do you enter these with the keyboard. I


expand a mathematical expression -
Hi Does anybody have an idea to expand a mathematical expression in vb6 eg : 2*(a+3*b)+a give me 3*a+6*b thnx


What is an unresolved external symbol -
I am trying to compile some code, but I keep getting the errors: LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16 Debug/cryptography.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. What does this mean, and what is an ext


Using mathematical expressions -
I need to use an equation with a plus/minus sign , the equation is (-b +-Sqr(b ^ 2 - 4 * a * c)) / (2 * a) but the minus needs to appear right below the plus(such as if you were using it in standard mathematical form).. Does anyone know how I can use this in VB6? Thanks!


[2005]How can you press enter in a cell of a datagridview and display a symbol for it -
Hello, does somebody know the user will be able to press enter within a datagridview cell without moving to the next cell. Also i want that the carriage return symbol , i mean a symbol that represents the new line , to be displayed. Thanks !


some induction questions -
1) a) by considering the sum of the terms of an arithmetic series, show that (1+2+...+n)^2 = n^2/4(n+1)^2 b) By using the principle of mathematical induction prove that 1^3+2^3+...+n^3 = (1+2+...+n)^2, for all n (greater or equal) to 1. 2) Use mathematical induction to p


Mathematical Functions -
Is there a list of mathematical functions you can do with vb.net such as what is available in excel? In particular Max (Number1, Number2), Maximum value Min (Number1, Number2), Minimum value ABS (Number) Absolute value STDEVPA (Value1, Value2) Standard deviation LN (Number), Nat


Pi Symbol -
how do you write pi symbol to appear in a textbox?


A mathematical puzzle -
I think this is a mathematical puzzle. I don't know the answer, but it involves maths, so I am posting here: How many starting points are there on the Earth such that if a person traveled one mile south, one mile east and one mile north (s)he would end up in the placed that (s)